Skip to content

Commit bde3474

Browse files
4.1.4 (#196)
1 parent 3855be0 commit bde3474

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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.1.4]
11+
12+
### Changed
13+
14+
- When a new major version of a package is being released but some of its direct dependents are missing, strongly suggest that they be included in the release as well ([#193](https://github.com/MetaMask/create-release-branch/pull/193))
15+
- Update UI to improve how existing per-package error messages are shown so they are less prominent visually and provide clearer rationales/examples ([#192](https://github.com/MetaMask/create-release-branch/pull/192))
16+
1017
## [4.1.3]
1118

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

132-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...HEAD
139+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...HEAD
140+
[4.1.4]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...v4.1.4
133141
[4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3
134142
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2
135143
[4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.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.1.3",
3+
"version": "4.1.4",
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)