From e0fb590aefffcebb25f6940ab3fbef2c3e003efe Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 8 Jul 2024 23:35:29 +0000 Subject: [PATCH] 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 85b3416..93d74bc 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 a0fe9c5..a78410e 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",