diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb7ec6..d185f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +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.8](https://github.com/sendbird/release-automation-action/compare/0.1.7...0.1.8) + +- fix: add missing framework in version prefix builder [`#38`](https://github.com/sendbird/release-automation-action/pull/38) +- chore(release): publish 0.1.7 [`#37`](https://github.com/sendbird/release-automation-action/pull/37) +- docs: update README.md [`0419c4f`](https://github.com/sendbird/release-automation-action/commit/0419c4ff2e62b19ebca027a002c0082b6ab75917) + #### [0.1.7](https://github.com/sendbird/release-automation-action/compare/0.1.6...0.1.7) +> 23 July 2024 + - Allowed -beta versioning [`#36`](https://github.com/sendbird/release-automation-action/pull/36) - chore(release): publish 0.1.6 [`#34`](https://github.com/sendbird/release-automation-action/pull/34) - chore: update regex and test cases [`71e7415`](https://github.com/sendbird/release-automation-action/commit/71e74151e8b0ad363946f4f690d36d9bb5bf8e00) +- chore: release v0.1.7 [`702a24d`](https://github.com/sendbird/release-automation-action/commit/702a24dbb03e5713607dbd89aba73ac957a54282) - chore: add more case [`1d73710`](https://github.com/sendbird/release-automation-action/commit/1d7371072f1d943a13fba478c38cab2618a96d89) #### [0.1.6](https://github.com/sendbird/release-automation-action/compare/0.1.5...0.1.6) diff --git a/package.json b/package.json index 125176c..cd69280 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-automation-action", - "version": "0.1.7", + "version": "0.1.8", "private": true, "description": "Sendbird Automate release process with GitHub Actions", "license": "MIT",