Skip to content

Commit

Permalink
Merge pull request #39 from FrontEndDev-org/release-please--branches-…
Browse files Browse the repository at this point in the history
…-v1.x--components--publish-node-package-action

chore(v1.x): release 1.10.1
  • Loading branch information
cloudcome authored Jul 23, 2024
2 parents 07ec5eb + de87728 commit e633667
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.1](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v1.10.0...v1.10.1) (2024-07-23)


### Bug Fixes

* **action.yml:** add exports object definition to avoid script errors ([2af8d11](https://github.com/FrontEndDev-org/publish-node-package-action/commit/2af8d1119bd9a4a6aab83f3ad434592bcc2ecaa7))

## [1.10.0](https://github.com/FrontEndDev-org/publish-node-package-action/compare/v1.9.1...v1.10.0) (2024-07-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "publish-node-package-action",
"version": "1.10.0",
"version": "1.10.1",
"description": "Publish a NodeJS package to NPM or GitHub Packages",
"scripts": {
"prepare": "husky install",
Expand Down

0 comments on commit e633667

Please sign in to comment.