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
66
77## [ Unreleased]
88
9+ ## [ 2.0.0]
10+ ### Changed
11+ - ** BREAKING** : Bump minimum Node version to 16 ([ #111 ] ( https://github.com/MetaMask/action-create-release-pr/pull/111 ) )
12+ - build(deps): bump @metamask/auto-changelog from 2.6.0 to 3.1.0 ([ #105 ] ( https://github.com/MetaMask/action-create-release-pr/pull/105 ) )
13+
914## [ 1.5.0]
1015### Changed
1116- Check for ` workspace:^ ` before replacing the version in package.json ([ #108 ] ( https://github.com/MetaMask/action-create-release-pr/pull/108 ) )
@@ -113,7 +118,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
113118### Uncategorized
114119- First semi-stable release. Polyrepos only.
115120
116- [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...HEAD
121+ [ Unreleased ] : https://github.com/MetaMask/action-create-release-pr/compare/v2.0.0...HEAD
122+ [ 2.0.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.5.0...v2.0.0
117123[ 1.5.0 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.3...v1.5.0
118124[ 1.4.3 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.2...v1.4.3
119125[ 1.4.2 ] : https://github.com/MetaMask/action-create-release-pr/compare/v1.4.1...v1.4.2
Original file line number Diff line number Diff line change 11{
22 "name" : " action-create-release-pr" ,
33 "private" : true ,
4- "version" : " 1.5 .0" ,
4+ "version" : " 2.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