Skip to content

Commit e0fb590

Browse files
github-actionsmcmire
github-actions
authored andcommitted
3.0.1
1 parent ab73d14 commit e0fb590

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.1]
10+
### Fixed
11+
- Correct Yarn constraint violations and update Yarn lockfile at the end of the release process ([#145](https://github.com/MetaMask/create-release-branch/pull/145))
12+
- This was previously a required step after running `create-release-branch`.
13+
14+
### Security
15+
- Enable MetaMask security code scanner ([#133](https://github.com/MetaMask/create-release-branch/pull/133))
16+
917
## [3.0.0]
1018
### Changed
1119
- **BREAKING:** Format changelogs using Prettier ([#100](https://github.com/MetaMask/create-release-branch/pull/100))
@@ -48,7 +56,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4856
- 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.
4957
- You can learn more on how to use this tool by reading the [documentation](docs/).
5058

51-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...HEAD
59+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...HEAD
60+
[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1
5261
[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0
5362
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1
5463
[2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.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": "3.0.0",
3+
"version": "3.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)