File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 4.0.0]
11+
12+ ### Changed
13+
14+ - ** BREAKING:** Bump minimum Node.js version to ` ^18.18 ` ([ #142 ] ( https://github.com/MetaMask/action-create-release-pr/pull/142 ) )
15+ - ** BREAKING:** Bump ` @metamask/auto-changelog ` to ` ^4.0.0 ` ([ #142 ] ( https://github.com/MetaMask/action-create-release-pr/pull/142 ) )
16+ - This requires ` prettier@>=3.0.0 ` .
17+
1018## [ 3.0.1]
1119
1220### Changed
@@ -180,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180188
181189- First semi-stable release. Polyrepos only.
182190
183- [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v3.0.1...HEAD
191+ [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v4.0.0...HEAD
192+ [ 4.0.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v3.0.1...v4.0.0
184193[ 3.0.1 ] : https://github.com/MetaMask/action-create-release-pr/compare/v3.0.0...v3.0.1
185194[ 3.0.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...v3.0.0
186195[ 2.0.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " action-create-release-pr" ,
33 "private" : true ,
4- "version" : " 3 .0.1 " ,
4+ "version" : " 4 .0.0 " ,
55 "description" : " A GitHub Action for creating a release PR. Monorepo-compatible." ,
66 "files" : [
77 " lib/"
You can’t perform that action at this time.
0 commit comments