Skip to content

Commit c6a5d49

Browse files
github-actions[bot]github-actionshmalik88
authored
4.2.1 (#201)
This is the release candidate for version 4.2.1. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Hassan Malik <hbmalik88@gmail.com>
1 parent 3b5e0fa commit c6a5d49

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.2.1]
11+
1012
### Changed
1113

1214
- 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
147149
- 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.
148150
- You can learn more on how to use this tool by reading the [documentation](docs/).
149151

150-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.2.0...HEAD
152+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.2.1...HEAD
153+
[4.2.1]: https://github.com/MetaMask/create-release-branch/compare/v4.2.0...v4.2.1
151154
[4.2.0]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...v4.2.0
152155
[4.1.4]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...v4.1.4
153156
[4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3

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.2.0",
3+
"version": "4.2.1",
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)