Skip to content

Commit 640f03e

Browse files
github-actions[bot]github-actionsbaptiste-marchand
authored
0.6.4 (#68)
* 0.6.4 * chore: update changelog * fix: reorder changelog entries --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Baptiste Marchand <[email protected]>
1 parent c745b51 commit 640f03e

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)