File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.4.3]
10+ ### Changed
11+ - Bump ` @actions/core ` ([ #102 ] ( https://github.com/MetaMask/action-create-release-pr/pull/102 ) )
12+
913## [ 1.4.2]
1014### Changed
1115- 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 ) )
@@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105109### Uncategorized
106110- First semi-stable release. Polyrepos only.
107111
108- [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...HEAD
112+ [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.3...HEAD
113+ [ 1.4.3 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...v1.4.3
109114[ 1.4.2 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2
110115[ 1.4.1 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.0...v1.4.1
111116[ 1.4.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.3.0...v1.4.0
Original file line number Diff line number Diff line change 11{
22 "name" : " action-create-release-pr" ,
33 "private" : true ,
4- "version" : " 1.4.2 " ,
4+ "version" : " 1.4.3 " ,
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