Skip to content

Commit 52a03f7

Browse files
author
github-actions
committed
4.1.3
1 parent 814254b commit 52a03f7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.1.3]
11+
12+
### Uncategorized
13+
14+
- Fix repo links in updated changelogs to match `auto-changelog` ([#165](https://github.com/MetaMask/create-release-branch/pull/165))
15+
1016
## [4.1.2]
1117

1218
### Fixed
@@ -122,7 +128,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
122128
- 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.
123129
- You can learn more on how to use this tool by reading the [documentation](docs/).
124130

125-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...HEAD
131+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...HEAD
132+
[4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3
126133
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2
127134
[4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.1
128135
[4.1.0]: https://github.com/MetaMask/create-release-branch/compare/v4.0.0...v4.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.2",
3+
"version": "4.1.3",
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)