Skip to content

Commit

Permalink
1.1.1 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2024
1 parent a1b3922 commit 6c2b6fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.1]
### Fixed
- Fix published version on NPM registry

## [1.1.0]
**Note:** `1.1.0` was inadvertently published with an inconsistent manifest. It has been republished as `1.1.1`.

### Changed
- Add recognition of `engines` field in package manifest ([#18](https://github.com/MetaMask/action-utils/pull/18))

Expand All @@ -24,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Uncategorized
- Initial release

[Unreleased]: https://github.com/MetaMask/action-utils/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/action-utils/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/MetaMask/action-utils/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/MetaMask/action-utils/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/MetaMask/action-utils/compare/v0.0.2...v1.0.0
[0.0.2]: https://github.com/MetaMask/action-utils/compare/v0.0.1...v0.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": "@metamask/action-utils",
"version": "1.1.0",
"version": "1.1.1",
"description": "Utilities for MetaMask's GitHub Actions.",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
Expand Down

0 comments on commit 6c2b6fc

Please sign in to comment.