9 Commits

Author SHA1 Message Date
4c8b09a4f5 chore(release): 1.11.0 [skip ci]
# [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](ff48abf234))

### Features

* 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main ([a610808](a61080822d))

### Performance Improvements

* 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main ([86fcf8f](86fcf8f8c6))
2024-10-11 15:57:08 +08:00
c1b5c29160 chore: 对构建过程或辅助工具和库(例如文档生成)的更改 8. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
b730fcbd83 test: 添加缺失的或纠正现有的测试 7. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
86fcf8f8c6 perf: 提高性能的代码更改 6. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
7fbd0cb025 refactor: 既不修复错误也不添加功能的代码更改 5. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
cd24494c1a style: 不影响代码含义的更改(空格、格式、缺少分号等) 4. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
2d044c1041 docs: 仅更改文档 3. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
ff48abf234 fix: 错误修复 2. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
a61080822d feat: 一项新功能 1. 2024年10月11日 星期五 15时56分43秒 CST on main 2024-10-11 15:56:43 +08:00
2 changed files with 17 additions and 1 deletions

16
CHANGELOG.md Normal file
View File

@ -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))

View File

@ -1,7 +1,7 @@
{ {
"name": "semantic-release-example-24", "name": "semantic-release-example-24",
"description": "An example project to demonstrate semantic-release", "description": "An example project to demonstrate semantic-release",
"version": "1.10.0", "version": "1.11.0",
"files": [ "files": [
"CHANGELOG.md" "CHANGELOG.md"
], ],