diff --git a/CHANGELOG.md b/CHANGELOG.md index 97d9140..3f89683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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.4](https://github.com/sendbird/release-automation-action/compare/0.1.3...0.1.4) + +- 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) +- 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) +> 15 January 2024 + - chore: release v0.1.2 [`#27`](https://github.com/sendbird/release-automation-action/pull/27) +- chore: release v0.1.3 [`689b19c`](https://github.com/sendbird/release-automation-action/commit/689b19c1e25f37694b64be947ad98ddafe33b0d1) #### [0.1.2](https://github.com/sendbird/release-automation-action/compare/0.1.1...0.1.2) diff --git a/package.json b/package.json index 60eb26e..6d9cf8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-automation-action", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Sendbird Automate release process with GitHub Actions", "license": "MIT",