From e61ae4f8a240591a165791870efa30640688ca33 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 17 Apr 2025 20:48:47 +0000 Subject: [PATCH 1/2] 4.1.2 --- CHANGELOG.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fda2b58..2e87e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,7 +120,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.1...HEAD +[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...HEAD +[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 [4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0 [4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0 diff --git a/package.json b/package.json index 043ba4e..8f8c6f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/create-release-branch", - "version": "4.1.1", + "version": "4.1.2", "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 a0b3641846dd396877cb7bc1990d4dcd5799f7da Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Thu, 17 Apr 2025 22:50:56 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e87e11..e850eb3 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.1.2] + ### Fixed - Improved error handling when opening browser fails due to System Events permissions or non-standard browser configurations ([#178](https://github.com/MetaMask/create-release-branch/pull/178))