Skip to content

Commit bbaa451

Browse files
github-actions[bot]github-actionsmcmire
authored
2.1.0 (#59)
Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
1 parent b0b8a39 commit bbaa451

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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/"

0 commit comments

Comments
 (0)