Skip to content

Commit 7ba6cd2

Browse files
4.1.3 (#182)
1 parent 814254b commit 7ba6cd2

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.3]
11+
12+
### Fixed
13+
14+
- When creating a new release and populating the Unreleased section, use the same repo URLs in PR links as `auto-changelog update` would use ([#165](https://github.com/MetaMask/create-release-branch/pull/165))
15+
- This prevents the updated changelog that `create-release-branch` produces from being invalid in the case where a non-standard URL was used to clone the repo originally.
16+
1017
## [4.1.2]
1118

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

125-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...HEAD
132+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v4.1.3...HEAD
133+
[4.1.3]: https://github.com/MetaMask/create-release-branch/compare/v4.1.2...v4.1.3
126134
[4.1.2]: https://github.com/MetaMask/create-release-branch/compare/v4.1.1...v4.1.2
127135
[4.1.1]: https://github.com/MetaMask/create-release-branch/compare/v4.1.0...v4.1.1
128136
[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)