File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.1.0]
10
+ ### Added
11
+ - Add screenshots field ([ #505 ] ( https://github.com/MetaMask/snaps-registry/pull/505 ) )
12
+
13
+ ### Changed
14
+ - Bump @metamask/utils from 8.3.0 to 8.4.0 ([ #499 ] ( https://github.com/MetaMask/snaps-registry/pull/499 ) )
15
+ - Bump @metamask/snaps-controllers from 6.0.2 to 6.0.3 ([ #488 ] ( https://github.com/MetaMask/snaps-registry/pull/488 ) )
16
+ - Bump @metamask/snaps-utils from 7.0.2 to 7.0.3 ([ #486 ] ( https://github.com/MetaMask/snaps-registry/pull/486 ) )
17
+ - Bump @metamask/safe-event-emitter from 3.0.0 to 3.1.1 ([ #487 ] ( https://github.com/MetaMask/snaps-registry/pull/487 ) )
18
+ - Bump @metamask/snaps-sdk from 3.1.0 to 3.1.1 ([ #489 ] ( https://github.com/MetaMask/snaps-registry/pull/489 ) )
19
+
9
20
## [ 3.0.1]
10
21
### Changed
11
22
- Bump ` @metamask/utils ` from ` 8.2.1 ` to ` 8.3.0 ` ([ #374 ] ( https://github.com/MetaMask/snaps-registry/pull/374 ) )
@@ -62,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
62
73
### Added
63
74
- Initial release
64
75
65
- [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.1...HEAD
76
+ [ Unreleased ] : https://github.com/MetaMask/snaps-registry/compare/v3.1.0...HEAD
77
+ [ 3.1.0 ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.1...v3.1.0
66
78
[ 3.0.1 ] : https://github.com/MetaMask/snaps-registry/compare/v3.0.0...v3.0.1
67
79
[ 3.0.0 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.1...v3.0.0
68
80
[ 2.1.1 ] : https://github.com/MetaMask/snaps-registry/compare/v2.1.0...v2.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snaps-registry" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.1.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