File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+ ## [ 2.1.0]
10+ ### Added
11+ - Support monorepos with independent versions ([ #51 ] ( https://github.com/MetaMask/action-publish-release/pull/51 ) )
12+
913## [ 2.0.2]
1014### Changed
1115- Resolve GitHub action deprecation warnings ([ #55 ] ( https://github.com/MetaMask/action-publish-release/pull/55 ) )
@@ -86,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8690### Uncategorized
8791- Initial release
8892
89- [ Unreleased ] : https://github.com/MetaMask/action-publish-release/compare/v2.0.2...HEAD
93+ [ Unreleased ] : https://github.com/MetaMask/action-publish-release/compare/v2.1.0...HEAD
94+ [ 2.1.0 ] : https://github.com/MetaMask/action-publish-release/compare/v2.0.2...v2.1.0
9095[ 2.0.2 ] : https://github.com/MetaMask/action-publish-release/compare/v2.0.1...v2.0.2
9196[ 2.0.1 ] : https://github.com/MetaMask/action-publish-release/compare/v2.0.0...v2.0.1
9297[ 2.0.0 ] : https://github.com/MetaMask/action-publish-release/compare/v1.0.3...v2.0.0
Original file line number Diff line number Diff line change 11{
22 "name" : " action-publish-release" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible." ,
55 "files" : [
66 " lib/"
You can’t perform that action at this time.
0 commit comments