Skip to content

Commit 510aea5

Browse files
author
github-actions
committed
4.1.1
1 parent fd93e9c commit 510aea5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.1.1]
10+
### Uncategorized
11+
- fix: include unchanged dependents in release validation ([#173](https://github.com/MetaMask/create-release-branch/pull/173))
12+
913
## [4.1.0]
1014
### Added
1115
- Add interactive web UI for selecting package versions to release ([#166](https://github.com/MetaMask/create-release-branch/pull/166))
@@ -81,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8185
- 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.
8286
- You can learn more on how to use this tool by reading the [documentation](docs/).
8387

84-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...HEAD
88+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...HEAD
89+
[4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.1
8590
[4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.1.0
8691
[4.0.0]: https://github.com/MetaMask/create-release-branch/compare/v3.1.0...v4.0.0
8792
[3.1.0]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...v3.1.0

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