Skip to content

Commit

Permalink
3.0.0 (#78)
Browse files Browse the repository at this point in the history
* 3.0.0

* Update CHANGELOG

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
3 people authored May 1, 2023
1 parent 8935fb7 commit 6103447
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0]
### Changed
- **BREAKING**: Bump minimum Node.js version to 14 ([#64](https:/MetaMask/action-publish-release/pull/64))

### Fixed
- Handle undefined `versioningStrategy` ([#60](https:/MetaMask/action-publish-release/pull/60))

## [2.1.0]
### Added
- Support monorepos with independent versions ([#51](https:/MetaMask/action-publish-release/pull/51))
Expand Down Expand Up @@ -90,7 +97,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.1.0...HEAD
[Unreleased]: https:/MetaMask/action-publish-release/compare/v3.0.0...HEAD
[3.0.0]: https:/MetaMask/action-publish-release/compare/v2.1.0...v3.0.0
[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
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.1.0",
"version": "3.0.0",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit 6103447

Please sign in to comment.