Skip to content

Commit

Permalink
🔖 Release v1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release-bot committed Oct 13, 2022
1 parent 48f19c5 commit ace2acb
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit ace2acb

Please sign in to comment.