File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.1]
10
+ ### Changed
11
+ - Bump ` @metamask/utils ` from ` 8.2.1 ` to ` 8.3.0 ` ([ #374 ] ( https://github.com/MetaMask/snaps-registry/pull/374 ) )
12
+
13
+ ### Fixed
14
+ - Fix registry signature validation ([ #471 ] ( https://github.com/MetaMask/snaps-registry/pull/471 ) )
15
+
9
16
## [ 3.0.0]
10
17
### Changed
11
18
- ** BREAKING:** Bump minimum Node.js version to ` ^18.16.0 ` ([ #302 ] ( https://github.com/MetaMask/snaps-registry/pull/302 ) )
@@ -55,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
55
62
### Added
56
63
- Initial release
57
64
58
- [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.0...HEAD
65
+ [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.1...HEAD
66
+ [ 3.0.1 ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1
59
67
[ 3.0.0 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
60
68
[ 2.1.1 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
61
69
[ 2.1.0 ] : https://github.com/MetaMask/snaps-registry/compare/v2.0.0...v2.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snaps-registry" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
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