From d9462c843b3779d76303a6c85e4e3bd8591f5d59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:44:50 +0200 Subject: [PATCH] 5.0.0 (#67) * 5.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3eb3c2..6b12c47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [5.0.0] +### Changed +- **BREAKING:** Disallow publishing packages with version 0.0.0 ([#63](https://github.com/MetaMask/action-npm-publish/pull/63)) + +### Fixed +- Fix Yarn 4 compatibility ([#65](https://github.com/MetaMask/action-npm-publish/pull/65)) + ## [4.0.1] ### Changed - Use tag to check latest package version ([#51](https://github.com/MetaMask/action-npm-publish/pull/51)) @@ -74,7 +81,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/v5.0.0...HEAD +[5.0.0]: https://github.com/MetaMask/action-npm-publish/compare/v4.0.1...v5.0.0 [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..c953e82 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": "5.0.0", "main": "index.js", "directories": { "test": "test"