diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f89683..45ddc7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,22 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [0.1.5](https://github.com/sendbird/release-automation-action/compare/0.1.4...0.1.5) + +- fix: remove default values from action.yml [`#31`](https://github.com/sendbird/release-automation-action/pull/31) +- chore(release): publish 0.1.4 [`#30`](https://github.com/sendbird/release-automation-action/pull/30) +- chore: add default test param value [`0382c65`](https://github.com/sendbird/release-automation-action/commit/0382c65c26281f6695bbcdb7b824e53460b335a5) +- chore: update binary [`f460cbd`](https://github.com/sendbird/release-automation-action/commit/f460cbda6f5ad35be75c4f09afa42044a278e133) + #### [0.1.4](https://github.com/sendbird/release-automation-action/compare/0.1.3...0.1.4) +> 16 January 2024 + - feat: add changelog file input [`#29`](https://github.com/sendbird/release-automation-action/pull/29) - chore(release): publish 0.1.3 [`#28`](https://github.com/sendbird/release-automation-action/pull/28) +- chore: release v0.1.4 [`a5f545e`](https://github.com/sendbird/release-automation-action/commit/a5f545eb0855cd4243ebacae72f661016b5b688b) - Changed to get changelog filename from input [`419e2cf`](https://github.com/sendbird/release-automation-action/commit/419e2cfe1122592d77d4b46d3f9a8668b7db24d7) - chore: apply prettier [`d118648`](https://github.com/sendbird/release-automation-action/commit/d1186489e1ff76d2eec948c0690c5a703b0cf4b7) -- chore: update binary [`ab6c84f`](https://github.com/sendbird/release-automation-action/commit/ab6c84f421f21b5e1e4316c1012e608c4545278a) #### [0.1.3](https://github.com/sendbird/release-automation-action/compare/0.1.2...0.1.3) diff --git a/package.json b/package.json index 6d9cf8e..b4ae671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-automation-action", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "Sendbird Automate release process with GitHub Actions", "license": "MIT",