From 702a24dbb03e5713607dbd89aba73ac957a54282 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Tue, 23 Jul 2024 12:04:50 +0000 Subject: [PATCH] chore: release v0.1.7 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f95e98..5cb7ec6 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.7](https://github.com/sendbird/release-automation-action/compare/0.1.6...0.1.7) + +- 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: 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) +> 16 January 2024 + - fix: revert 0.1.5 changes [`#33`](https://github.com/sendbird/release-automation-action/pull/33) - chore(release): publish 0.1.5 [`#32`](https://github.com/sendbird/release-automation-action/pull/32) +- chore: release v0.1.6 [`81bea40`](https://github.com/sendbird/release-automation-action/commit/81bea40789e67abe9b3ca2bdc00258664a0c8c0f) - Revert "chore: add default test param value" [`312b877`](https://github.com/sendbird/release-automation-action/commit/312b877bfd52c72f7db28a6640eca2cc40f59b21) - Revert "fix: remove default values from action.yml" [`8fa2a42`](https://github.com/sendbird/release-automation-action/commit/8fa2a42cff2d5fa33a970e0944de14ff4c2f5bdd) -- Revert "chore: update binary" [`eb849f9`](https://github.com/sendbird/release-automation-action/commit/eb849f9210928d8e4268da59cd3f2e57d35fdf11) #### [0.1.5](https://github.com/sendbird/release-automation-action/compare/0.1.4...0.1.5) diff --git a/package.json b/package.json index 46f4d00..125176c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-automation-action", - "version": "0.1.6", + "version": "0.1.7", "private": true, "description": "Sendbird Automate release process with GitHub Actions", "license": "MIT",