From 4c8b09a4f541604a5ec7c391c7770bd503484168 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2024 15:57:08 +0800 Subject: [PATCH] chore(release): 1.11.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.11.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.10.0...v1.11.0) (2024-10-11) ### Bug Fixes * 错误修复 2. 2024年10月11日 星期五 15时56分43秒 CST on main ([ff48abf](https://github.com/yanhao98/semantic-release-action-example/commit/ff48abf234934470e18f70360f119e29642718e5)) ### Features * 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main ([a610808](https://github.com/yanhao98/semantic-release-action-example/commit/a61080822ddd7ff51ff8fdb028c4ebb622b5e468)) ### Performance Improvements * 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main ([86fcf8f](https://github.com/yanhao98/semantic-release-action-example/commit/86fcf8f8c6664fe329906fe8ee795d412aafbdb7)) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..03fa169 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# [1.11.0](https://github.com/yanhao98/semantic-release-action-example/compare/v1.10.0...v1.11.0) (2024-10-11) + + +### Bug Fixes + +* 错误修复 2. 2024年10月11日 星期五 15时56分43秒 CST on main ([ff48abf](https://github.com/yanhao98/semantic-release-action-example/commit/ff48abf234934470e18f70360f119e29642718e5)) + + +### Features + +* 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main ([a610808](https://github.com/yanhao98/semantic-release-action-example/commit/a61080822ddd7ff51ff8fdb028c4ebb622b5e468)) + + +### Performance Improvements + +* 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main ([86fcf8f](https://github.com/yanhao98/semantic-release-action-example/commit/86fcf8f8c6664fe329906fe8ee795d412aafbdb7)) diff --git a/package.json b/package.json index 75d30ba..0724ad4 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.10.0", + "version": "1.11.0", "files": [ "CHANGELOG.md" ],