Skip to content

Commit 43a7b94

Browse files
github-actions[bot]github-actionsMrtenz
authored
4.2.0 (#199)
This is the release candidate for version 4.2.0. --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
1 parent 54fc385 commit 43a7b94

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.2.0]
11+
12+
### Added
13+
14+
- Add option to use Oxfmt for formatting changelog ([#198](https://github.com/MetaMask/create-release-branch/pull/198))
15+
- The CLI now accepts an optional `--formatter` option which can be set to either "oxfmt" or "prettier" (default).
16+
1017
## [4.1.4]
1118

1219
### Changed
@@ -136,7 +143,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
136143
- 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.
137144
- You can learn more on how to use this tool by reading the [documentation](docs/).
138145

139-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...HEAD
146+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.2.0...HEAD
147+
[4.2.0]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...v4.2.0
140148
[4.1.4]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...v4.1.4
141149
[4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3
142150
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2

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