Skip to content

Commit 402430b

Browse files
authored
Merge pull request #113 from FrontEndDev-org/release-please--branches--v5.x--components--publish-node-package-action
chore(v5.x): release 5.3.0
2 parents 48424f4 + 5227da8 commit 402430b

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [5.3.0](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v5.2.1...v5.3.0) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* **publish:** 优化打包流程并添加继承属性 ([8970d1c](https://github.com/FrontEndDev-org/publish-node-package-action/commit/8970d1cce1285b8465138fc01b08130c30bed69d))
9+
10+
11+
### Bug Fixes
12+
13+
* **publish:** 避免符号链接导致的错误 ([807cd99](https://github.com/FrontEndDev-org/publish-node-package-action/commit/807cd996dda9bb374cbc1fe145adffcf531bb7b2))
14+
315
## [5.2.1](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v5.2.0...v5.2.1) (2025-08-27)
416

517

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.2.1",
3+
"version": "5.3.0",
44
"description": "Publish a NodeJS package to NPM or GitHub Packages",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)