From 08aa582aa453af034488737c232923d71e4421af Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:37:24 -0400 Subject: [PATCH] 3.0.1 (#149) * 3.0.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions Co-authored-by: Jongsun Suh --- CHANGELOG.md | 14 +++++++++++++- package.json | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85b3416..485db6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ 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`. + +### 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 +59,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 cc5b8e4..3f972df 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",