Skip to content

Commit

Permalink
3.1.0 (#81)
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 Jul 6, 2023
1 parent 59765eb commit fe3af8d
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]

## [3.1.0]
### Added
- List package versions in releases for monorepos with independent versioning ([#79](https:/MetaMask/action-publish-release/pull/79))

## [3.0.0]
### Changed
- **BREAKING**: Bump minimum Node.js version to 14 ([#64](https:/MetaMask/action-publish-release/pull/64))
Expand Down Expand Up @@ -97,7 +101,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/v3.0.0...HEAD
[Unreleased]: https:/MetaMask/action-publish-release/compare/v3.1.0...HEAD
[3.1.0]: https:/MetaMask/action-publish-release/compare/v3.0.0...v3.1.0
[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
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": "3.0.0",
"version": "3.1.0",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit fe3af8d

Please sign in to comment.