From ace2acbdc8a8fd2ef20ca41f5eb1b43d2ebbc673 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 13 Oct 2022 08:51:04 +0000 Subject: [PATCH] :bookmark: Release v1.0.0 [skip ci] --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a44d04f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## v1.0.0 (2022-10-13) + +[๐Ÿ“ Release notes](https://github.com/AnandChowdhary/color-labels-action/releases/tag/v1.0.0) ยท [๐Ÿ”– Tag](https://github.com/AnandChowdhary/color-labels-action/tree/v1.0.0) ยท ๐Ÿ—„๏ธ Archive ([zip](https://github.com/AnandChowdhary/color-labels-action/archive/v1.0.0.zip) ยท [tar.gz](https://github.com/AnandChowdhary/color-labels-action/archive/v1.0.0.tar.gz)) + +### โœจ New features + +- [`466fa15`](https://github.com/AnandChowdhary/color-labels-action/commit/466fa15) Add basic functionality + +### ๐Ÿ› Bug fixes + +- [`44ccee8`](https://github.com/AnandChowdhary/color-labels-action/commit/44ccee8) Ensure single Jest configuration file + +### โฌ†๏ธ Dependency updates + +- [`c2bb88c`](https://github.com/AnandChowdhary/color-labels-action/commit/c2bb88c) Update all dependencies +- [`4360d08`](https://github.com/AnandChowdhary/color-labels-action/commit/4360d08) Bump semver-regex from 3.1.2 to 3.1.4 (#14) +(Issues: [`#14`](https://github.com/AnandChowdhary/color-labels-action/issues/14))- [`86507ec`](https://github.com/AnandChowdhary/color-labels-action/commit/86507ec) Bump ansi-regex and ansi-regex (#13) +(Issues: [`#13`](https://github.com/AnandChowdhary/color-labels-action/issues/13))- [`bdaeccb`](https://github.com/AnandChowdhary/color-labels-action/commit/bdaeccb) Bump glob-parent from 5.1.1 to 5.1.2 (#15) +(Issues: [`#15`](https://github.com/AnandChowdhary/color-labels-action/issues/15))- [`77d682b`](https://github.com/AnandChowdhary/color-labels-action/commit/77d682b) Bump minimist from 1.2.5 to 1.2.7 (#11) +(Issues: [`#11`](https://github.com/AnandChowdhary/color-labels-action/issues/11)) diff --git a/package-lock.json b/package-lock.json index d3ff28e..e762260 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "color-labels-action", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "color-labels-action", - "version": "0.0.0", + "version": "1.0.0", "license": "MIT", "dependencies": { "@actions/core": "^1.10.0", diff --git a/package.json b/package.json index 82c3dea..738efd3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "color-labels-action", - "version": "0.0.0", + "version": "1.0.0", "description": "GitHub Action to add some color to issue labels", "main": "dist/index.js", "scripts": {