From a2a75f0f76766d975edacb575c7ed96204614942 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 14 Jul 2023 15:10:29 +0000 Subject: [PATCH 1/2] 4.0.1 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c05f4..71869f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.1] +### Uncategorized +- Use tag to check latest package version ([#51](https://github.com/MetaMask/action-npm-publish/pull/51)) +- Bump semver from 6.3.0 to 6.3.1 ([#50](https://github.com/MetaMask/action-npm-publish/pull/50)) +- Update README.md ([#48](https://github.com/MetaMask/action-npm-publish/pull/48)) + ## [4.0.0] ### Added - Add new input to support customising the Slack channel ([#40](https://github.com/MetaMask/action-npm-publish/pull/40)) @@ -70,7 +76,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/v4.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.1...HEAD +[4.0.1]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/MetaMask/action-npm-publish/compare/v3.2.0...v4.0.0 [3.2.0]: https://github.com/MetaMask/action-npm-publish/compare/v3.1.1...v3.2.0 [3.1.1]: https://github.com/MetaMask/action-npm-publish/compare/v3.1.0...v3.1.1 diff --git a/package.json b/package.json index d38b0f3..e2ddf5f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "url": "https://github.com/MetaMask/action-npm-publish/issues" }, "homepage": "https://github.com/MetaMask/action-npm-publish#readme", - "version": "4.0.0", + "version": "4.0.1", "main": "index.js", "directories": { "test": "test" From 1db72b2105e1195b434b0c2b69f8fb53f2c12be8 Mon Sep 17 00:00:00 2001 From: Maarten Zuidhoorn Date: Fri, 14 Jul 2023 17:11:46 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71869f7..e3eb3c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [4.0.1] -### Uncategorized +### Changed - Use tag to check latest package version ([#51](https://github.com/MetaMask/action-npm-publish/pull/51)) -- Bump semver from 6.3.0 to 6.3.1 ([#50](https://github.com/MetaMask/action-npm-publish/pull/50)) -- Update README.md ([#48](https://github.com/MetaMask/action-npm-publish/pull/48)) ## [4.0.0] ### Added