From cfda76060bdd3b8f9996b214931f6c188bce2050 Mon Sep 17 00:00:00 2001 From: sendbird-sdk-deployment Date: Mon, 15 Jan 2024 08:14:32 +0000 Subject: [PATCH] chore: release v0.1.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3176fa8..161c375 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,18 @@ 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.2](https://github.com/sendbird/release-automation-action/compare/0.1.1...0.1.2) + +- Allow parsing version from branch name with extra path (more general) [`#26`](https://github.com/sendbird/release-automation-action/pull/26) +- chore(release): publish 0.1.1 [`#24`](https://github.com/sendbird/release-automation-action/pull/24) +- chore: update binary [`1340314`](https://github.com/sendbird/release-automation-action/commit/13403147e0807699f22856c5e38b6ea892030fe8) + #### [0.1.1](https://github.com/sendbird/release-automation-action/compare/0.1.0...0.1.1) +> 12 January 2024 + - chore: add changelog [`442266c`](https://github.com/sendbird/release-automation-action/commit/442266c706d6d4805743d5d6b6658fdb1613a615) +- chore: release v0.1.1 [`280c79f`](https://github.com/sendbird/release-automation-action/commit/280c79f51c51e136c0ab11b68b72052e152192f7) #### [0.1.0](https://github.com/sendbird/release-automation-action/compare/0.0.8...0.1.0) diff --git a/package.json b/package.json index 072cd3d..90b2a69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "release-automation-action", - "version": "0.1.1", + "version": "0.1.2", "private": true, "description": "Sendbird Automate release process with GitHub Actions", "license": "MIT",