Skip to content

Commit e61ae4f

Browse files
github-actionscryptodev-2s
authored andcommitted
4.1.2
1 parent 748288e commit e61ae4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
120120
- 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.
121121
- You can learn more on how to use this tool by reading the [documentation](docs/).
122122

123-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...HEAD
123+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...HEAD
124+
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2
124125
[4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.1
125126
[4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0
126127
[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)