Skip to content

Commit 2f7a489

Browse files
github-actions[bot]github-actionsMrtenz
authored
4.0.0 (#157)
* 4.0.0 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Maarten Zuidhoorn <[email protected]>
1 parent 20ced4b commit 2f7a489

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [4.0.0]
10+
### Changed
11+
- **BREAKING:** Bump minimum Node.js version to `^18.18` ([#156](https://github.com/MetaMask/create-release-branch/pull/156))
12+
- **BREAKING:** Bump `@metamask/auto-changelog` to `^4.0.0` ([#156](https://github.com/MetaMask/create-release-branch/pull/156))
13+
- This requires `prettier@>=3.0.0`.
14+
915
## [3.0.1]
1016
### Changed
1117
- Bump `@metamask/utils` to `^9.0.0` ([#150](https://github.com/MetaMask/create-release-branch/pull/150))
@@ -59,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5965
- 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.
6066
- You can learn more on how to use this tool by reading the [documentation](docs/).
6167

62-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...HEAD
68+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...HEAD
69+
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v4.0.0
6370
[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1
6471
[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0
6572
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "3.0.1",
3+
"version": "4.0.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)