Skip to content

Commit

Permalink
release: 0.1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 20, 2025
1 parent f1adf98 commit 3dea294
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.1.30

`2025-01-20`

- fix(release): trim owner names in ownership verification for improved accuracy by [@sorrycc](https://github.com/sorrycc)
- fix(release): improve ownership verification logging in checkOwnership function by [@sorrycc](https://github.com/sorrycc)
- feat(release): add --no-check-ownership option to skip ownership verification during release by [@sorrycc](https://github.com/sorrycc)


## 0.1.29

`2025-01-20`
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.1.30

`2025-01-20`

- fix(release): 修复所有权验证中所有者名称的修剪,以提高准确性 by [@sorrycc](https://github.com/sorrycc)
- fix(release): 改进 checkOwnership 函数中的所有权验证日志 by [@sorrycc](https://github.com/sorrycc)
- feat(release): 添加 --no-check-ownership 选项以在发布期间跳过所有权验证 by [@sorrycc](https://github.com/sorrycc)


## 0.1.29

`2025-01-20`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@umijs/tools",
"version": "0.1.29",
"version": "0.1.30",
"type": "module",
"scripts": {
"build": "father build",
Expand Down

0 comments on commit 3dea294

Please sign in to comment.