Skip to content

Commit e07a530

Browse files
author
github-actions
committed
4.1.0
1 parent 8e257fc commit e07a530

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.1.0]
10+
### Uncategorized
11+
- chore: bump `actions/upload-artifact` from `v3` to `v4` ([#171](https://github.com/MetaMask/create-release-branch/pull/171))
12+
- feat: release UI beta ([#166](https://github.com/MetaMask/create-release-branch/pull/166))
13+
- fix: limit breaking change dependent detection to peer dependencies ([#170](https://github.com/MetaMask/create-release-branch/pull/170))
14+
- chore: add workflow_dispatch to security-code-scanner ([#169](https://github.com/MetaMask/create-release-branch/pull/169))
15+
- Sync v3.x with main branch ([#162](https://github.com/MetaMask/create-release-branch/pull/162))
16+
- 4.0.0 ([#157](https://github.com/MetaMask/create-release-branch/pull/157))
17+
- chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.1.0 ([#146](https://github.com/MetaMask/create-release-branch/pull/146))
18+
919
## [4.0.0]
1020
### Changed
1121
- **BREAKING:** Bump minimum Node.js version to `^18.18` ([#156](https://github.com/MetaMask/create-release-branch/pull/156))
@@ -69,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6979
- 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.
7080
- You can learn more on how to use this tool by reading the [documentation](docs/).
7181

72-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...HEAD
82+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...HEAD
83+
[4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0
7384
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0
7485
[3.1.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v3.1.0
7586
[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.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": "4.0.0",
3+
"version": "4.1.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)