Skip to content

Commit 0aadb0d

Browse files
github-actions[bot]github-actionsMajorLiftMrtenz
authored
3.2.0 (#670)
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>
1 parent 69c6e84 commit 0aadb0d

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [3.2.0]
10+
### Changed
11+
- Bump `@metamask/utils` from `^8.3.0` to `^8.5.0` ([#613](https://github.com/MetaMask/snaps-registry/pull/613))
12+
13+
### Fixed
14+
- Replace `superstruct` with ESM-compatible `@metamask/superstruct` `^3.0.0` ([#613](https://github.com/MetaMask/snaps-registry/pull/613))
15+
- This fixes the issue of this package being unusable by any TypeScript project that uses `Node16` or `NodeNext` as its `moduleResolution` option.
16+
917
## [3.1.0]
1018
### Added
1119
- Add screenshots field ([#505](https://github.com/MetaMask/snaps-registry/pull/505))
@@ -73,7 +81,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7381
### Added
7482
- Initial release
7583

76-
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...HEAD
84+
[Unreleased]: https://github.com/MetaMask/snaps-registry/compare/v3.2.0...HEAD
85+
[3.2.0]: https://github.com/MetaMask/snaps-registry/compare/v3.1.0...v3.2.0
7786
[3.1.0]: https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0
7887
[3.0.1]: https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1
7988
[3.0.0]: https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snaps-registry",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "A registry containing metadata about verified and blocked Snaps.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)