Skip to content

Commit

Permalink
1.0.3 (#35)
Browse files Browse the repository at this point in the history
* 1.0.3

* 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 bf42bc5 commit 7279ba5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ 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))
## [1.0.3]
### Changed
- Bump `@metamask/auto-changelog` from `2.3.0` to `2.4.0` ([#34](https://github.com/MetaMask/action-publish-release/pull/34))

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

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

## [1.0.1]
### Added
- `release-version` output ([#28](https://github.com/MetaMask/action-publish-release/pull/28))
Expand Down Expand Up @@ -68,7 +72,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.2...HEAD
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/MetaMask/action-publish-release/compare/v1.0.2...v1.0.3
[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
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.2",
"version": "1.0.3",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit 7279ba5

Please sign in to comment.