diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e18ee07..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5534762..6120fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 1.0.0 (2022-08-26) + + +### Features + +* add action plumbing ([#1](https://github.com/stordco/actions-pr-title/issues/1)) ([ddc589a](https://github.com/stordco/actions-pr-title/commit/ddc589a955ba0cbc521911d3db51f299c1d8feea)) + + +### Bug Fixes + +* don't set a component name for the release ([#5](https://github.com/stordco/actions-pr-title/issues/5)) ([caf31db](https://github.com/stordco/actions-pr-title/commit/caf31db0174af02059f62d57fd40c6743558703a)) +* update release-please config and action ([#7](https://github.com/stordco/actions-pr-title/issues/7)) ([ce3ecc1](https://github.com/stordco/actions-pr-title/commit/ce3ecc1928d58dd81e4e00b1d063b28ffedec2d3)) + + +### Miscellaneous Chores + +* release 1.0.0 ([#9](https://github.com/stordco/actions-pr-title/issues/9)) ([b742b8e](https://github.com/stordco/actions-pr-title/commit/b742b8edb707d0b3888cbd08f4ef6031de2539ec)) + ## [1.0.0](https://github.com/stordco/actions-pr-title/compare/actions-pr-title-v1.0.0...actions-pr-title-v1.0.0) (2022-08-26) diff --git a/package-lock.json b/package-lock.json index 36d964e..600db2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "actions-pr-title", - "version": "0.0.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0006d39..1018ba4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "actions-pr-title", - "version": "0.0.0", + "version": "1.0.0", "private": true, "description": "GitHub action to enforce PR title conventions with regex", "main": "lib/main.js",