From cffd4ecc7631995235f1e77ac95e44875a64b6c9 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Thu, 1 Feb 2024 04:53:28 +0000 Subject: [PATCH] chore(minor): release 1.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.3.0](https://github.com/open-sauced/contributor.info/compare/v1.2.1...v1.3.0) (2024-02-01) ### 🍕 Features * Clean up charts so it makes sense (sort of) ([#33](https://github.com/open-sauced/contributor.info/issues/33)) ([c16965a](https://github.com/open-sauced/contributor.info/commit/c16965a87aeeb9a5daf87a14f46ab3ad20d70459)) --- CHANGELOG.md | 7 +++++++ npm-shrinkwrap.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a0ac1a..6d8384f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ > All notable changes to this project will be documented in this file +## [1.3.0](https://github.com/open-sauced/contributor.info/compare/v1.2.1...v1.3.0) (2024-02-01) + + +### 🍕 Features + +* Clean up charts so it makes sense (sort of) ([#33](https://github.com/open-sauced/contributor.info/issues/33)) ([c16965a](https://github.com/open-sauced/contributor.info/commit/c16965a87aeeb9a5daf87a14f46ab3ad20d70459)) + ## [1.3.0-beta.1](https://github.com/open-sauced/contributor.info/compare/v1.2.1...v1.3.0-beta.1) (2024-02-01) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 14f7ee4..cb3274e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "@open-sauced/contributors.info", - "version": "1.3.0-beta.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@open-sauced/contributors.info", - "version": "1.3.0-beta.1", + "version": "1.3.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 23d14a4..1baa430 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-sauced/contributors.info", - "version": "1.3.0-beta.1", + "version": "1.3.0", "private": true, "license": "MIT", "homepage": "https://contributor.info",