File tree Expand file tree Collapse file tree
packages/snaps-controllers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
3- "version" : " 114 .0.0" ,
3+ "version" : " 115 .0.0" ,
44 "private" : true ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change @@ -7,13 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 13.1.1]
11+
12+ ### Fixed
13+
14+ - Always delete socket when ` close ` is emitted ([ #3465 ] ( https://github.com/MetaMask/snaps/pull/3465 ) )
15+ - Add missing boilerplate to ` WebSocketService ` ([ #3464 ] ( https://github.com/MetaMask/snaps/pull/3464 ) )
16+
1017## [ 13.1.0]
1118
1219### Added
1320
1421- Add ` WebSocketService ` for WebSockets support ([ #3450 ] ( https://github.com/MetaMask/snaps/pull/3450 ) )
1522 - This service must be instantiated to invoke ` onWebSocketEvent ` when WebSocket
16- messages are received.
23+ messages are received.
1724- Add ` SnapController:init ` to support ` onStart ` handler ([ #3455 ] ( https://github.com/MetaMask/snaps/pull/3455 ) )
1825 - This function should be called when the client has been fully started.
1926
@@ -819,7 +826,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
819826 - The version of the package no longer needs to match the version of all other
820827 MetaMask Snaps packages.
821828
822- [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@13.1.0...HEAD
829+ [ Unreleased ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@13.1.1...HEAD
830+ [ 13.1.1 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@13.1.0...@metamask/snaps-controllers@13.1.1
823831[ 13.1.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@13.0.0...@metamask/snaps-controllers@13.1.0
824832[ 13.0.0 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.3.1...@metamask/snaps-controllers@13.0.0
825833[ 12.3.1 ] : https://github.com/MetaMask/snaps/compare/@metamask/snaps-controllers@12.3.0...@metamask/snaps-controllers@12.3.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/snaps-controllers" ,
3- "version" : " 13.1.0 " ,
3+ "version" : " 13.1.1 " ,
44 "description" : " Controllers for MetaMask Snaps" ,
55 "keywords" : [
66 " MetaMask" ,
You can’t perform that action at this time.
0 commit comments