Skip to content

Commit

Permalink
1.0.2 (#32)
Browse files Browse the repository at this point in the history
* 1.0.2

* Update CHANGELOG.md

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Erik Marks <[email protected]>
  • Loading branch information
3 people authored Jun 28, 2021
1 parent a1738b5 commit 1d55b3c
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]

## [1.0.2]
### Fixed
- Error logging on Action failure ([#31](https://github.com/MetaMask/action-publish-release/pull/31))

### Changed
- Improve usage documentation ([#30](https://github.com/MetaMask/action-publish-release/pull/30))

## [1.0.1]
### Added
- `release-version` output ([#28](https://github.com/MetaMask/action-publish-release/pull/28))
Expand Down Expand Up @@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- Initial release

[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/MetaMask/action-publish-release/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/MetaMask/action-publish-release/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/MetaMask/action-publish-release/compare/v0.1.0...v1.0.0
[0.1.0]: https://github.com/MetaMask/action-publish-release/compare/v0.0.7...v0.1.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": "1.0.1",
"version": "1.0.2",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit 1d55b3c

Please sign in to comment.