Skip to content

Commit

Permalink
3.2.2 (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Nov 1, 2023
1 parent b2c69e0 commit b842808
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.2]
### Fixed
- Pin the Git tag created in the action to the commit that ran the action, not `main` ([#96](https://github.com/MetaMask/action-publish-release/pull/96))

## [3.2.1]
### Fixed
- Skip packages with version 0.0.0 ([#89](https://github.com/MetaMask/action-publish-release/pull/89))
Expand Down Expand Up @@ -111,7 +115,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/v3.2.1...HEAD
[Unreleased]: https://github.com/MetaMask/action-publish-release/compare/v3.2.2...HEAD
[3.2.2]: https://github.com/MetaMask/action-publish-release/compare/v3.2.1...v3.2.2
[3.2.1]: https://github.com/MetaMask/action-publish-release/compare/v3.2.0...v3.2.1
[3.2.0]: https://github.com/MetaMask/action-publish-release/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/MetaMask/action-publish-release/compare/v3.0.0...v3.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": "3.2.1",
"version": "3.2.2",
"description": "A GitHub Action for automatically creating a GitHub Release. Monorepo-compatible.",
"files": [
"lib/"
Expand Down

0 comments on commit b842808

Please sign in to comment.