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 @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.4]
11+
12+ ### Changed
13+
14+ - feat: custom error classes ([ #58 ] ( https://github.com/MetaMask/multichain-api-client/pull/58 ) )
15+ - doc: add doc to extend RPC API and create custom transports ([ #64 ] ( https://github.com/MetaMask/multichain-api-client/pull/64 ) )
16+
17+ ### Fixed
18+
19+ - fix: delay getSession to first request ([ #67 ] ( https://github.com/MetaMask/multichain-api-client/pull/67 ) )
20+
1021## [ 0.6.3]
1122
1223### Fixed
@@ -69,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6980
7081- Initial release
7182
72- [ Unreleased ] : https://github.com/MetaMask/multichain-api-client/compare/v0.6.3...HEAD
83+ [ Unreleased ] : https://github.com/MetaMask/multichain-api-client/compare/v0.6.4...HEAD
84+ [ 0.6.4 ] : https://github.com/MetaMask/multichain-api-client/compare/v0.6.3...v0.6.4
7385[ 0.6.3 ] : https://github.com/MetaMask/multichain-api-client/compare/v0.6.2...v0.6.3
7486[ 0.6.2 ] : https://github.com/MetaMask/multichain-api-client/compare/v0.6.1...v0.6.2
7587[ 0.6.1 ] : https://github.com/MetaMask/multichain-api-client/compare/v0.6.0...v0.6.1
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/multichain-api-client" ,
3- "version" : " 0.6.3 " ,
3+ "version" : " 0.6.4 " ,
44 "license" : " ISC" ,
55 "description" : " MetaMask Multichain Api Client" ,
66 "homepage" : " https://github.com/MetaMask/multichain-api-client#readme" ,
You can’t perform that action at this time.
0 commit comments