Skip to content

Commit

Permalink
5.2.0 (#91)
Browse files Browse the repository at this point in the history
* 5.2.0

* update changelog

* Add changelog entry for #93

* Add changelog entry for #90

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: legobt <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
4 people authored Jul 11, 2024
1 parent 4d330a9 commit eb31ebd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.2.0]
### Added
- Handle publishing of packages not on Yarn Berry with NPM ([#87](https://github.com/MetaMask/action-npm-publish/pull/87))

### Changed
- Only show packages in the dry run that need publishing ([#90](https://github.com/MetaMask/action-npm-publish/pull/90))

### Fixed
- Fix report script for unpublished packages ([#93](https://github.com/MetaMask/action-npm-publish/pull/93))
- Recognize `NPM_TOKEN` environment variable ([#87](https://github.com/MetaMask/action-npm-publish/pull/87))

## [5.1.2]
### Fixed
- Fix report script when publishing package with dash in organisation name ([#85](https://github.com/MetaMask/action-npm-publish/pull/85))
Expand Down Expand Up @@ -122,7 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Initial release ([#1](https://github.com/MetaMask/action-npm-publish/pull/1))

[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v5.1.2...HEAD
[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v5.2.0...HEAD
[5.2.0]: https://github.com/MetaMask/action-npm-publish/compare/v5.1.2...v5.2.0
[5.1.2]: https://github.com/MetaMask/action-npm-publish/compare/v5.1.1...v5.1.2
[5.1.1]: https://github.com/MetaMask/action-npm-publish/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/MetaMask/action-npm-publish/compare/v5.0.1...v5.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"url": "https://github.com/MetaMask/action-npm-publish/issues"
},
"homepage": "https://github.com/MetaMask/action-npm-publish#readme",
"version": "5.1.2",
"version": "5.2.0",
"main": "index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit eb31ebd

Please sign in to comment.