Skip to content

Commit

Permalink
5.1.1 (#82)
Browse files Browse the repository at this point in the history
* 5.1.1

* Update CHANGELOG.md

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 272ea69 commit 7dc78c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.1.1]
### Fixed
- Add missing configuration for non-default Slack channel messages ([#81](https://github.com/MetaMask/action-npm-publish/pull/81))

## [5.1.0]
### Added
- Improve Dry Run Output ([#64](https://github.com/MetaMask/action-npm-publish/pull/64))
Expand Down Expand Up @@ -110,7 +114,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.0...HEAD
[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v5.1.1...HEAD
[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
[5.0.1]: https://github.com/MetaMask/action-npm-publish/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.4...v5.0.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.0",
"version": "5.1.1",
"main": "index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 7dc78c1

Please sign in to comment.