Skip to content

Commit

Permalink
3.0.1 (#472)
Browse files Browse the repository at this point in the history
This is the release candidate for version 3.0.1.

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Maarten Zuidhoorn <[email protected]>
  • Loading branch information
3 people authored Mar 7, 2024
1 parent 0cbb449 commit 67c4662
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]

## [3.0.1]
### Changed
- Bump `@metamask/utils` from `8.2.1` to `8.3.0` ([#374](https://github.com/MetaMask/snaps-registry/pull/374))

### Fixed
- Fix registry signature validation ([#471](https://github.com/MetaMask/snaps-registry/pull/471))

## [3.0.0]
### Changed
- **BREAKING:** Bump minimum Node.js version to `^18.16.0` ([#302](https://github.com/MetaMask/snaps-registry/pull/302))
Expand Down Expand Up @@ -55,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
[2.1.1]: https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.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": "@metamask/snaps-registry",
"version": "3.0.0",
"version": "3.0.1",
"description": "A registry containing metadata about verified and blocked Snaps.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 67c4662

Please sign in to comment.