Skip to content

Commit 8e22513

Browse files
github-actions[bot]github-actionscryptodev-2s
authored
4.1.2 (#180)
* 4.1.2 * Update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Salah-Eddine Saakoun <[email protected]>
1 parent 748288e commit 8e22513

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.2]
11+
1012
### Fixed
1113

1214
- 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))
@@ -120,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120122
- 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.
121123
- You can learn more on how to use this tool by reading the [documentation](docs/).
122124

123-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...HEAD
125+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...HEAD
126+
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2
124127
[4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.1
125128
[4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0
126129
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "4.1.1",
3+
"version": "4.1.2",
44
"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.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)