Skip to content

Commit

Permalink
2.1.0 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Elliot Winkler <[email protected]>
  • Loading branch information
3 people authored Nov 10, 2022
1 parent b0b8a39 commit bbaa451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.0]
### Added
- Support monorepos with independent versions ([#51](https:/MetaMask/action-publish-release/pull/51))

## [2.0.2]
### Changed
- Resolve GitHub action deprecation warnings ([#55](https:/MetaMask/action-publish-release/pull/55))
Expand Down Expand Up @@ -86,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- Initial release

[Unreleased]: https:/MetaMask/action-publish-release/compare/v2.0.2...HEAD
[Unreleased]: https:/MetaMask/action-publish-release/compare/v2.1.0...HEAD
[2.1.0]: https:/MetaMask/action-publish-release/compare/v2.0.2...v2.1.0
[2.0.2]: https:/MetaMask/action-publish-release/compare/v2.0.1...v2.0.2
[2.0.1]: https:/MetaMask/action-publish-release/compare/v2.0.0...v2.0.1
[2.0.0]: https:/MetaMask/action-publish-release/compare/v1.0.3...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-publish-release",
"version": "2.0.2",
"version": "2.1.0",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit bbaa451

Please sign in to comment.