From cab8253fdc7282852df8f909b4db3838113de3e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Oct 2022 15:45:39 -0400 Subject: [PATCH] 2.0.1 (#54) * 2.0.1 * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Mark Stacey * Update CHANGELOG.md Co-authored-by: Mark Stacey Co-authored-by: github-actions Co-authored-by: Ricky Miller Co-authored-by: Mark Stacey --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1a13c9..a35d9de9 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] +## [2.0.1] +### Changed +- Bump actions, removing deprecation warning ([#53](https://github.com/MetaMask/action-publish-release/pull/53)) +- Get version and repository info from package.json, improving compatibility with forked repositories. ([#49](https://github.com/MetaMask/action-publish-release/pull/49)) + ## [2.0.0] ### Changed - **BREAKING:** Use the version in `package.json` to determine the release version instead of the name of the release branch ([#46](https://github.com/MetaMask/action-publish-release/pull/46)) @@ -77,7 +82,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/v2.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v2.0.1...HEAD +[2.0.1]: https://github.com/MetaMask/action-publish-release/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MetaMask/action-publish-release/compare/v1.0.3...v2.0.0 [1.0.3]: https://github.com/MetaMask/action-publish-release/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/MetaMask/action-publish-release/compare/v1.0.1...v1.0.2 diff --git a/package.json b/package.json index 08471fa7..45f6b1e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-publish-release", - "version": "2.0.0", + "version": "2.0.1", "description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.", "files": [ "lib/"