Skip to content

Commit 08aa582

Browse files
github-actions[bot]github-actionsMajorLift
authored
3.0.1 (#149)
* 3.0.1 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Jongsun Suh <[email protected]>
1 parent 99b81d7 commit 08aa582

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.0.1]
10+
### Changed
11+
- Bump `@metamask/utils` to `^9.0.0` ([#150](https://github.com/MetaMask/create-release-branch/pull/150))
12+
13+
### Fixed
14+
- 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))
15+
- This was previously a required step after running `create-release-branch`.
16+
17+
### Security
18+
- Enable MetaMask security code scanner ([#133](https://github.com/MetaMask/create-release-branch/pull/133))
19+
920
## [3.0.0]
1021
### Changed
1122
- **BREAKING:** Format changelogs using Prettier ([#100](https://github.com/MetaMask/create-release-branch/pull/100))
@@ -48,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4859
- 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.
4960
- You can learn more on how to use this tool by reading the [documentation](docs/).
5061

51-
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...HEAD
62+
[Unreleased]: https://github.com/MetaMask/create-release-branch/compare/v3.0.1...HEAD
63+
[3.0.1]: https://github.com/MetaMask/create-release-branch/compare/v3.0.0...v3.0.1
5264
[3.0.0]: https://github.com/MetaMask/create-release-branch/compare/v2.0.1...v3.0.0
5365
[2.0.1]: https://github.com/MetaMask/create-release-branch/compare/v2.0.0...v2.0.1
5466
[2.0.0]: https://github.com/MetaMask/create-release-branch/compare/v1.1.0...v2.0.0

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": "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)