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
7
7
8
8
## [ Unreleased]
9
9
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
+
10
18
## [ 3.0.1]
11
19
12
20
### Changed
@@ -180,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
180
188
181
189
- First semi-stable release. Polyrepos only.
182
190
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
184
193
[ 3.0.1 ] : https://github.com/MetaMask/action-create-release-pr/compare/v3.0.0...v3.0.1
185
194
[ 3.0.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...v3.0.0
186
195
[ 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 1
1
{
2
2
"name" : " action-create-release-pr" ,
3
3
"private" : true ,
4
- "version" : " 3 .0.1 " ,
4
+ "version" : " 4 .0.0 " ,
5
5
"description" : " A GitHub Action for creating a release PR. Monorepo-compatible." ,
6
6
"files" : [
7
7
" lib/"
You can’t perform that action at this time.
0 commit comments