diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eac9fa..ac9a1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.0...v0.1.1) (2023-09-21) + + +### Bug Fixes + +* pr title pattern ([53fc22a](https://github.com/DXHeroes/gh-action-auto-release/commit/53fc22ace479b4560562fceab3a6816e4f3eae7a)) + ## 0.1.0 (2023-09-21) diff --git a/README.md b/README.md index 46bc061..4324e33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GH Action Auto Release v0.1.0 +# GH Action Auto Release v0.1.1 # Hello world javascript action diff --git a/package.json b/package.json index 87ba84f..e6eb4e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-auto-release", - "version": "0.1.0", + "version": "0.1.1", "main": "index.js", "repository": "git@github.com:DXHeroes/gh-action-auto-release.git", "author": "Prokop Simek ",