Skip to content

Commit

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

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jongsun Suh <jongsun.suh@icloud.com>
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
  • Loading branch information
4 people authored Jun 26, 2024
1 parent 69c6e84 commit 0aadb0d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.2.0]
### Changed
- Bump `@metamask/utils` from `^8.3.0` to `^8.5.0` ([#613](https://github.com/MetaMask/snaps-registry/pull/613))

### Fixed
- Replace `superstruct` with ESM-compatible `@metamask/superstruct` `^3.0.0` ([#613](https://github.com/MetaMask/snaps-registry/pull/613))
- This fixes the issue of this package being unusable by any TypeScript project that uses `Node16` or `NodeNext` as its `moduleResolution` option.

## [3.1.0]
### Added
- Add screenshots field ([#505](https://github.com/MetaMask/snaps-registry/pull/505))
Expand Down Expand Up @@ -73,7 +81,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.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...HEAD
[3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0
[3.1.0]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0
[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
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.1.0",
"version": "3.2.0",
"description": "A registry containing metadata about verified and blocked Snaps.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0aadb0d

Please sign in to comment.