From 78e12966853f31cca1bbe688503579faf9f2340f Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 12 Jan 2026 20:21:38 +0000 Subject: [PATCH 1/2] 4.1.4 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 224b5fc..41ff095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.1.4] + +### Changed + +- When a new major version of a package is being released but some direct dependents are missing, strongly suggest that they be included in the release as well ([#193](https://github.com/MetaMask/create-release-branch/pull/193)) +- Update UI to improve how existing per-package error messages are shown so they are less arresting visually and provide clearer rationales/examples ([#192](https://github.com/MetaMask/create-release-branch/pull/192)) + ## [4.1.3] ### Fixed @@ -129,7 +136,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.1.3...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...HEAD +[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 [4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2 [4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.1 diff --git a/package.json b/package.json index 3483ea7..be62da8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "4.1.3", + "version": "4.1.4", "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 733f3be48157f32179113559ac50d490f27aa319 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Mon, 12 Jan 2026 15:19:22 -0700 Subject: [PATCH 2/2] Improve changelog Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ff095..fa530ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- When a new major version of a package is being released but some direct dependents are missing, strongly suggest that they be included in the release as well ([#193](https://github.com/MetaMask/create-release-branch/pull/193)) -- Update UI to improve how existing per-package error messages are shown so they are less arresting visually and provide clearer rationales/examples ([#192](https://github.com/MetaMask/create-release-branch/pull/192)) +- When a new major version of a package is being released but some of its direct dependents are missing, strongly suggest that they be included in the release as well ([#193](https://github.com/MetaMask/create-release-branch/pull/193)) +- Update UI to improve how existing per-package error messages are shown so they are less prominent visually and provide clearer rationales/examples ([#192](https://github.com/MetaMask/create-release-branch/pull/192)) ## [4.1.3]