From 1f3f5f7ced7950da8957cb6be50bfcccef6db314 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Wed, 8 May 2024 13:22:23 -0600 Subject: [PATCH] Release 4.0.2 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3eb3c2..9fdff41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.0.2] +### Fixed +- Prevent workflow from failing if Slack announcement step fails ([#69](https://github.com/MetaMask/action-npm-publish/pull/69)) + - Within the context of a project, the Slack announcement message that is posted after running this workflow in dry-run mode is not crucial, and thus this change ensures that the package will still be published for real if this step fails. + ## [4.0.1] ### Changed - Use tag to check latest package version ([#51](https://github.com/MetaMask/action-npm-publish/pull/51)) @@ -74,7 +79,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.2...HEAD +[4.0.2]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.1...v4.0.2 [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 diff --git a/package.json b/package.json index e2ddf5f..0bda455 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.1", + "version": "4.0.2", "main": "index.js", "directories": { "test": "test"