File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.4.2]
10
+ ### Changed
11
+ - Resolve GitHub action deprecation warnings ([ #98 ] ( https://github.com/MetaMask/action-create-release-pr/pull/98 ) , [ #100 ] ( https://github.com/MetaMask/action-create-release-pr/pull/100 ) )
12
+ - GitHub actions have been updated to v3, and the deprecated ` set-output ` command is no longer used.
13
+
9
14
## [ 1.4.1]
10
15
### Fixed
11
16
- Handle GitHub being slow to create a pull request ([ #96 ] ( https://github.com/MetaMask/action-create-release-pr/pull/96 ) )
@@ -100,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
100
105
### Uncategorized
101
106
- First semi-stable release. Polyrepos only.
102
107
103
- [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...HEAD
108
+ [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...HEAD
109
+ [ 1.4.2 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2
104
110
[ 1.4.1 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.0...v1.4.1
105
111
[ 1.4.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.3.0...v1.4.0
106
112
[ 1.3.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.2.0...v1.3.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" : " 1.4.1 " ,
4
+ "version" : " 1.4.2 " ,
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