File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
17
## [ 3.1.0]
10
18
### Added
11
19
- 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
73
81
### Added
74
82
- Initial release
75
83
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
77
86
[ 3.1.0 ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0
78
87
[ 3.0.1 ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1
79
88
[ 3.0.0 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snaps-registry" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " A registry containing metadata about verified and blocked Snaps." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments