Skip to content

Commit e2aaa4d

Browse files
committed
chore: release v4.9.0
1 parent 2f27d0b commit e2aaa4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.9.0](https://github.com/tomjs/release-cli/compare/v4.8.0...v4.9.0) (2025-11-16)
2+
3+
- fix: tsdown output file name [2f27d0b](https://github.com/tomjs/release-cli/commit/2f27d0b)
4+
- chore: use tsdown replace tsup [8e1835e](https://github.com/tomjs/release-cli/commit/8e1835e)
5+
16
## [4.8.0](https://github.com/tomjs/release-cli/compare/v4.7.0...v4.8.0) (2025-07-13)
27

38
- feat: 增加 --only-publish 参数用于仅发布当前版本 [e1935cb](https://github.com/tomjs/release-cli/commit/e1935cb)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tomjs/release-cli",
33
"type": "module",
4-
"version": "4.8.0",
4+
"version": "4.9.0",
55
"packageManager": "pnpm@10.10.0",
66
"description": "A CLI tool to automatically publish npm packages.",
77
"author": {

0 commit comments

Comments
 (0)