File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
packages/snaps-rpc-methods Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
3- "version" : " 124 .0.0" ,
3+ "version" : " 125 .0.0" ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 13.5.1]
11+
12+ ### Fixed
13+
14+ - Await ` sendWebSocketMessage ` promise ([ #3608 ] ( https://github.com/MetaMask/snaps/pull/3608 ) )
15+ - Errors were not previously being thrown when calling ` snap_sendWebSocketMessage ` , this also fixes that.
16+
1017## [ 13.5.0]
1118
1219### Changed
@@ -493,7 +500,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
493500 - The version of the package no longer needs to match the version of all other
494501 MetaMask Snaps packages.
495502
496- [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.5.0...HEAD
503+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.5.1...HEAD
504+ [ 13.5.1 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.5.0...@metamask/snaps-rpc-methods@13.5.1
497505[ 13.5.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.4.0...@metamask/snaps-rpc-methods@13.5.0
498506[ 13.4.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.3.0...@metamask/snaps-rpc-methods@13.4.0
499507[ 13.3.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-rpc-methods@13.2.0...@metamask/snaps-rpc-methods@13.3.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/snaps-rpc-methods" ,
3- "version" : " 13.5.0 " ,
3+ "version" : " 13.5.1 " ,
44 "description" : " MetaMask Snaps JSON-RPC method implementations" ,
55 "keywords" : [
66 " MetaMask" ,
You can’t perform that action at this time.
0 commit comments