Skip to content

Commit de4d2a8

Browse files
github-actions[bot]github-actionsrickycodes
authored
2.0.2 (#56)
* 2.0.2 * update changelog * update changelog Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Ricky Miller <ricky.miller@gmail.com>
1 parent 4f449e1 commit de4d2a8

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.0.2]
10+
### Changed
11+
- Resolve GitHub action deprecation warnings ([#55](https://github.com/MetaMask/action-publish-release/pull/55))
12+
913
## [2.0.1]
1014
### Changed
1115
- Bump actions, removing deprecation warning ([#53](https://github.com/MetaMask/action-publish-release/pull/53))
@@ -82,7 +86,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8286
### Uncategorized
8387
- Initial release
8488

85-
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v2.0.1...HEAD
89+
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v2.0.2...HEAD
90+
[2.0.2]: https://github.com/MetaMask/action-publish-release/compare/v2.0.1...v2.0.2
8691
[2.0.1]: https://github.com/MetaMask/action-publish-release/compare/v2.0.0...v2.0.1
8792
[2.0.0]: https://github.com/MetaMask/action-publish-release/compare/v1.0.3...v2.0.0
8893
[1.0.3]: https://github.com/MetaMask/action-publish-release/compare/v1.0.2...v1.0.3

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.1",
3+
"version": "2.0.2",
44
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
55
"files": [
66
"lib/"

0 commit comments

Comments
 (0)