diff --git a/CHANGELOG.md b/CHANGELOG.md index e1df86d..ce68f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.8...v0.1.9) (2023-09-21) + + +### Bug Fixes + +* output files ([860475c](https://github.com/DXHeroes/gh-action-auto-release/commit/860475c66e08161624ce57cacc0de43e5192b81c)) + ## [0.1.8](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.7...v0.1.8) (2023-09-21) diff --git a/README.md b/README.md index d68b497..dc267a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GH Action Auto Release v0.1.8 +# GH Action Auto Release v0.1.9 # Hello world javascript action diff --git a/package.json b/package.json index 6db9c95..7a0f1eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-auto-release", - "version": "0.1.8", + "version": "0.1.9", "main": "index.js", "repository": "git@github.com:DXHeroes/gh-action-auto-release.git", "author": "Prokop Simek ",