From 9e5802559badc1e3ea128fab9525febb52023e1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2024 16:35:22 +0800 Subject: [PATCH] chore(release): 1.13.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.13.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.12.0...v1.13.0) (2024-10-11) ### Bug Fixes * 错误修复 2. 2024年10月11日 星期五 16时34分42秒 CST on main ([293bb80](https://github.com/yanhao98/semantic-release-action-example/commit/293bb8056fb695401bb0f20540fdf75ab7af871c)) ### Features * 一项新功能 1. 2024年10月11日 星期五 16时34分42秒 CST on main ([1b1bef8](https://github.com/yanhao98/semantic-release-action-example/commit/1b1bef87afceb194b0d16e9f3f7440d0697a04b3)) ### Performance Improvements * 提高性能的代码更改 6. 2024年10月11日 星期五 16时34分42秒 CST on main ([70d5267](https://github.com/yanhao98/semantic-release-action-example/commit/70d52672a7698efaba5604a4d819816a5a4b12ea)) --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6c5e9..0185525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [1.13.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.12.0...v1.13.0) (2024-10-11) + + +### Bug Fixes + +* 错误修复 2. 2024年10月11日 星期五 16时34分42秒 CST on main ([293bb80](https://github.com/yanhao98/semantic-release-action-example/commit/293bb8056fb695401bb0f20540fdf75ab7af871c)) + + +### Features + +* 一项新功能 1. 2024年10月11日 星期五 16时34分42秒 CST on main ([1b1bef8](https://github.com/yanhao98/semantic-release-action-example/commit/1b1bef87afceb194b0d16e9f3f7440d0697a04b3)) + + +### Performance Improvements + +* 提高性能的代码更改 6. 2024年10月11日 星期五 16时34分42秒 CST on main ([70d5267](https://github.com/yanhao98/semantic-release-action-example/commit/70d52672a7698efaba5604a4d819816a5a4b12ea)) + # [1.12.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.11.0...v1.12.0) (2024-10-11) diff --git a/package.json b/package.json index 4cf8ff1..f66f90e 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.12.0", + "version": "1.13.0", "files": [ "CHANGELOG.md" ],