Skip to content

Commit

Permalink
2.0.1 (#54)
Browse files Browse the repository at this point in the history
* 2.0.1

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Mark Stacey <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Mark Stacey <[email protected]>

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Ricky Miller <[email protected]>
Co-authored-by: Mark Stacey <[email protected]>
  • Loading branch information
4 people authored Oct 26, 2022
1 parent 1c81e42 commit cab8253
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.1]
### Changed
- Bump actions, removing deprecation warning ([#53](https:/MetaMask/action-publish-release/pull/53))
- Get version and repository info from package.json, improving compatibility with forked repositories. ([#49](https:/MetaMask/action-publish-release/pull/49))

## [2.0.0]
### Changed
- **BREAKING:** Use the version in `package.json` to determine the release version instead of the name of the release branch ([#46](https:/MetaMask/action-publish-release/pull/46))
Expand Down Expand Up @@ -77,7 +82,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.0...HEAD
[Unreleased]: https:/MetaMask/action-publish-release/compare/v2.0.1...HEAD
[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
[1.0.3]: https:/MetaMask/action-publish-release/compare/v1.0.2...v1.0.3
[1.0.2]: https:/MetaMask/action-publish-release/compare/v1.0.1...v1.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": "2.0.0",
"version": "2.0.1",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit cab8253

Please sign in to comment.