From 3dcc27905045dffe1bd0fc19d18029cf534aa32d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:14:16 +0000 Subject: [PATCH] chore(release): 0.1.5 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8efbf94..84cbcd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.4...v0.1.5) (2023-09-21) + + +### Bug Fixes + +* add package-path settings ([e6a9ff6](https://github.com/DXHeroes/gh-action-auto-release/commit/e6a9ff6ab9858d81f12571f09ca101b90066a54e)) + ## [0.1.4](https://github.com/DXHeroes/gh-action-auto-release/compare/v0.1.3...v0.1.4) (2023-09-21) diff --git a/README.md b/README.md index 4f96843..4ef5c6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GH Action Auto Release v0.1.4 +# GH Action Auto Release v0.1.5 # Hello world javascript action diff --git a/package.json b/package.json index b7bbc20..f47c7c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-action-auto-release", - "version": "0.1.4", + "version": "0.1.5", "main": "index.js", "repository": "git@github.com:DXHeroes/gh-action-auto-release.git", "author": "Prokop Simek ",