From e0fb590aefffcebb25f6940ab3fbef2c3e003efe Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Jul 2024 23:35:29 +0000 Subject: [PATCH 1/2] 3.0.1 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b3416d..93d74bcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.1] +### Fixed +- Correct Yarn constraint violations and update Yarn lockfile at the end of the release process ([#145](https://github.com/MetaMask/create-release-branch/pull/145)) + - This was previously a required step after running `create-release-branch`. + +### Security +- Enable MetaMask security code scanner ([#133](https://github.com/MetaMask/create-release-branch/pull/133)) + ## [3.0.0] ### Changed - **BREAKING:** Format changelogs using Prettier ([#100](https://github.com/MetaMask/create-release-branch/pull/100)) @@ -48,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - In this first release, this tool only supports monorepos with an independent versioning scheme. We will add support for other kinds of projects in future releases. - You can learn more on how to use this tool by reading the [documentation](docs/). -[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...HEAD +[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0 [2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.0 diff --git a/package.json b/package.json index a0fe9c5a..a78410e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "3.0.0", + "version": "3.0.1", "description": "An interactive command-line tool to prepare a release branch by automatically bumping versions and updating changelogs for desired packages. Works for both polyrepos and monorepos.", "repository": { "type": "git", From bdffc55d7c3bba1c2ab1af868fd74d24a47d6d51 Mon Sep 17 00:00:00 2001 From: Jongsun Suh Date: Fri, 12 Jul 2024 14:23:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93d74bcc..485db6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [3.0.1] +### Changed +- Bump `@metamask/utils` to `^9.0.0` ([#150](https://github.com/MetaMask/create-release-branch/pull/150)) + ### Fixed - Correct Yarn constraint violations and update Yarn lockfile at the end of the release process ([#145](https://github.com/MetaMask/create-release-branch/pull/145)) - This was previously a required step after running `create-release-branch`.