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

# [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
](293bb8056f
)) ### Features * 一项新功能 1. 2024年10月11日 星期五 16时34分42秒 CST on main ([1b1bef8
](1b1bef87af
)) ### Performance Improvements * 提高性能的代码更改 6. 2024年10月11日 星期五 16时34分42秒 CST on main ([70d5267
](70d52672a7
))
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.13.0",
|
|
"files": [
|
|
"CHANGELOG.md"
|
|
],
|
|
"scripts": {},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "git+https://github.com/yanhao98/semantic-release-action-example.git"
|
|
},
|
|
"publishConfig": {
|
|
"provenance": true
|
|
}
|
|
}
|