Skip to content

Commit 35f9c3c

Browse files
authored
Merge pull request #117 from FrontEndDev-org/release-please--branches--v5.x--components--publish-node-package-action
chore(v5.x): release 5.5.0
2 parents ab793ef + fb7f941 commit 35f9c3c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.5.0](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v5.4.0...v5.5.0) (2025-08-30)
4+
5+
6+
### Features
7+
8+
* 从打包配置中移除 'files' 字段 ([593390d](https://github.com/FrontEndDev-org/publish-node-package-action/commit/593390d83e3987fc73337b902364084913e03481))
9+
* 优化命令执行和信息输出 ([d7abff9](https://github.com/FrontEndDev-org/publish-node-package-action/commit/d7abff90c403b92637d990814786ca218b7da59e))
10+
* 增加同步成功或超时的提示信息 ([41fa6cf](https://github.com/FrontEndDev-org/publish-node-package-action/commit/41fa6cf82ed26458708b652870e905d1f78e2b30))
11+
312
## [5.4.0](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v5.3.0...v5.4.0) (2025-08-29)
413

514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "publish-node-package-action",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
44
"description": "Publish a NodeJS package to NPM or GitHub Packages",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)