diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4aa06..8efbf94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.4](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.3...v0.1.4) (2023-09-21) + + +### Bug Fixes + +* env vars ([aabca43](https://github.com/DXHeroes/gh-action-auto-release/commit/aabca43f33bc5d8b3f4dfe51bd365f6384e8567c)) +* secrets to env ([1224c6a](https://github.com/DXHeroes/gh-action-auto-release/commit/1224c6a17d14e8334ca002ca18a336d7f7ee1ed9)) + ## [0.1.3](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.2...v0.1.3) (2023-09-21) diff --git a/README.md b/README.md index 100eba5..4f96843 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GH Action Auto Release v0.1.3 +# GH Action Auto Release v0.1.4 # Hello world javascript action diff --git a/package.json b/package.json index d1e8512..b7bbc20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-auto-release", - "version": "0.1.3", + "version": "0.1.4", "main": "index.js", "repository": "git@github.com:DXHeroes/gh-action-auto-release.git", "author": "Prokop Simek ",