Skip to content

Commit

Permalink
release: 0.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Jan 17, 2025
1 parent ce6ec54 commit 7817c94
Show file tree
Hide file tree
Showing 4 changed files with 1,615 additions and 1,374 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.22

`2025-01-17`

- feat(release): integrate [umijs/clack-prompts and picocolors for enhanced user interaction and logging by @sorrycc](https://github.com/umijs/clack-prompts and picocolors for enhanced user interaction and logging by @sorrycc)
- fix(release): enhance log filtering in changelog generation to exclude 'ci' and 'test' entries by [sorrycc](https://github.com/sorrycc)
- fix(release): refine log filtering in changelog generation to exclude 'chore' and 'docs' entries by [sorrycc](https://github.com/sorrycc)
- release: 0.1.21 by [sorrycc](https://github.com/sorrycc)


## 0.1.21

`2025-01-16`
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 0.1.22

`2025-01-17`

- feat(release): 集成 [umijs/clack-prompts 和 picocolors,以增强用户交互和日志记录 by @sorrycc](https://github.com/umijs/clack-prompts 和 picocolors for enhanced user interaction and logging by @sorrycc)
- fix(release): 增强变更日志生成中的日志过滤,以排除 'ci' 和 'test' 条目 by [sorrycc](https://github.com/sorrycc)
- fix(release): 改进变更日志生成中的日志过滤,以排除 'chore' 和 'docs' 条目 by [sorrycc](https://github.com/sorrycc)
- release: 0.1.21 by [sorrycc](https://github.com/sorrycc)


## 0.1.21

`2025-01-16`
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.21",
"version": "0.1.22",
"scripts": {
"release": "./bin/utools.js release --git-tag --github-release --changelog",
"test": "vitest"
Expand Down
Loading

0 comments on commit 7817c94

Please sign in to comment.