mirror of
https://github.com/yanhao98/semantic-release-action-example.git
synced 2025-07-12 21:50:49 +08:00

# [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
))
17 lines
348 B
JSON
17 lines
348 B
JSON
{
|
|
"name": "semantic-release-example-24",
|
|
"description": "An example project to demonstrate semantic-release",
|
|
"version": "1.11.0",
|
|
"files": [
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git+https://github.com/yanhao98/semantic-release-action-example.git"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
}
|
|
}
|