Skip to content

Commit 858cb26

Browse files
2.0.1 (#123)
1 parent e37d05d commit 858cb26

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
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+
## [2.0.1]
10+
### Fixed
11+
- Move `@metamask/auto-changelog` from `devDependencies` to `dependencies` and pin to ~3.3.0 ([#122](https://github.com/MetaMask/create-release-branch/pull/122))
12+
913
## [2.0.0]
1014
### Changed
1115
- **BREAKING** Bump minimum Node version to 16 ([#114](https://github.com/MetaMask/create-release-branch/pull/114))
@@ -36,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3640
- 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.
3741
- You can learn more on how to use this tool by reading the [documentation](docs/).
3842

39-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...HEAD
43+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...HEAD
44+
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1
4045
[2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.0
4146
[1.1.0]: https://github.com/MetaMask/create-release-branch/compare/v1.0.1...v1.1.0
4247
[1.0.1]: https://github.com/MetaMask/create-release-branch/compare/v1.0.0...v1.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/create-release-branch",
3-
"version": "2.0.0",
3+
"version": "2.0.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)