Skip to content

Commit fc59d88

Browse files
author
github-actions
committed
4.1.4
1 parent 3855be0 commit fc59d88

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
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.1.4]
11+
12+
### Uncategorized
13+
14+
- Detect direct dependents missing from release ([#193](https://github.com/MetaMask/create-release-branch/pull/193))
15+
- Improve UI/copy for per-package error messages ([#192](https://github.com/MetaMask/create-release-branch/pull/192))
16+
- Fix ESLint config ([#191](https://github.com/MetaMask/create-release-branch/pull/191))
17+
- Add preview builds ([#187](https://github.com/MetaMask/create-release-branch/pull/187))
18+
- chore: Update codeowners to @MetaMask/core-platform ([#188](https://github.com/MetaMask/create-release-branch/pull/188))
19+
1020
## [4.1.3]
1121

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

132-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...HEAD
142+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.4...HEAD
143+
[4.1.4]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...v4.1.4
133144
[4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3
134145
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2
135146
[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)