From 335af9b6cbb0ff72e23790643a96f075f970a8cf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2024 16:40:04 +0800 Subject: [PATCH] chore(release): 1.13.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.13.1](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.0...v1.13.1) (2024-10-11) ### Bug Fixes * 更新CI工作流权限配置以支持发布和评论功能 ([e6514b7](https://github.com/yanhao98/semantic-release-action-example/commit/e6514b76fd31e2d469a0f1d9f924f6edc38de669)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0185525..2df8ba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.1](https://github.com/yanhao98/semantic-release-action-example/compare/v1.13.0...v1.13.1) (2024-10-11) + + +### Bug Fixes + +* 更新CI工作流权限配置以支持发布和评论功能 ([e6514b7](https://github.com/yanhao98/semantic-release-action-example/commit/e6514b76fd31e2d469a0f1d9f924f6edc38de669)) + # [1.13.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.12.0...v1.13.0) (2024-10-11) diff --git a/package.json b/package.json index f66f90e..acdf43b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "semantic-release-example-24", "description": "An example project to demonstrate semantic-release", - "version": "1.13.0", + "version": "1.13.1", "files": [ "CHANGELOG.md" ],