From 7dbf43174b387f05ccc4e65b8aef49502ea2ef90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 17:29:03 +0200 Subject: [PATCH] 3.2.0 (#85) * 3.2.0 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Frederik Bolding --------- Co-authored-by: github-actions Co-authored-by: Maarten Zuidhoorn Co-authored-by: Frederik Bolding --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348caf3..54a9bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.2.0] +### Added +- Add optional `npm-tag` input to use when checking latest version ([#82](https://github.com/MetaMask/action-publish-release/pull/82), [#83](https://github.com/MetaMask/action-publish-release/pull/83)) + ## [3.1.0] ### Added - List package versions in releases for monorepos with independent versioning ([#79](https://github.com/MetaMask/action-publish-release/pull/79)) @@ -101,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Uncategorized - Initial release -[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.2.0...HEAD +[3.2.0]: https://github.com/MetaMask/action-publish-release/compare/v3.1.0...v3.2.0 [3.1.0]: https://github.com/MetaMask/action-publish-release/compare/v3.0.0...v3.1.0 [3.0.0]: https://github.com/MetaMask/action-publish-release/compare/v2.1.0...v3.0.0 [2.1.0]: https://github.com/MetaMask/action-publish-release/compare/v2.0.2...v2.1.0 diff --git a/package.json b/package.json index ccda864..db2f04e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-publish-release", - "version": "3.1.0", + "version": "3.2.0", "description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.", "files": [ "lib/"