From 4af6c9fff3c137ab2094a16013b0092a31166d27 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 19 May 2026 20:32:16 +0000 Subject: [PATCH 1/2] 4.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e7dd666..cf96682 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "4.2.0", + "version": "4.2.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 aa5ed098da8572ac036a6c7d0f5aeaa1063b81c6 Mon Sep 17 00:00:00 2001 From: Hassan Malik Date: Tue, 19 May 2026 16:35:51 -0400 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e8de36..405924d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.2.1] + ### Changed - Bump `@metamask/auto-changelog` from `6.1.0` to `6.1.1` ([#200](https://github.com/MetaMask/create-release-branch/pull/200)) @@ -147,7 +149,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/v4.2.0...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.2.1...HEAD +[4.2.1]: https://github.com/MetaMask/create-release-branch/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...v4.2.0 [4.1.4]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...v4.1.4 [4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3