Skip to content

Commit 86fe19e

Browse files
committed
release: 0.1.29
1 parent cb410cb commit 86fe19e

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.29
2+
3+
`2025-01-20`
4+
5+
- refactor(release): replace spinner with taskLog for build and doctor commands, enhancing output handling by [@sorrycc](https://github.com/sorrycc)
6+
7+
18
## 0.1.28
29

310
`2025-01-20`

CHANGELOG.zh-CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.29
2+
3+
`2025-01-20`
4+
5+
- refactor(release): 将构建和 doctor 命令的 spinner 替换为 taskLog,增强输出处理能力 by [@sorrycc](https://github.com/sorrycc)
6+
7+
18
## 0.1.28
29

310
`2025-01-20`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@umijs/tools",
3-
"version": "0.1.28",
3+
"version": "0.1.29",
44
"type": "module",
55
"scripts": {
66
"build": "father build",

0 commit comments

Comments
 (0)