Skip to content

Commit faedfde

Browse files
author
github-actions
committed
4.0.0
1 parent 20ced4b commit faedfde

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.0.0]
10+
### Uncategorized
11+
- BREAKING: Bump `@metamask/auto-changelog` to `^4.0.0`, and bump related dependencies ([#156](https://github.com/MetaMask/create-release-branch/pull/156))
12+
- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146))
13+
914
## [3.0.1]
1015
### Changed
1116
- Bump `@metamask/utils` to `^9.0.0` ([#150](https://github.com/MetaMask/create-release-branch/pull/150))
@@ -59,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5964
- 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.
6065
- You can learn more on how to use this tool by reading the [documentation](docs/).
6166

62-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...HEAD
67+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...HEAD
68+
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v4.0.0
6369
[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1
6470
[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0
6571
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1

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": "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)