Skip to content

Commit ead8b24

Browse files
github-actions[bot]github-actionsbaptiste-marchand
authored
0.6.5 (#71)
* 0.6.5 * chore: update changelog * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Baptiste Marchand <[email protected]>
1 parent 847d745 commit ead8b24

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.5]
11+
12+
### Added
13+
14+
- feat: expand EIP155 RPC types and methods ([#69](https://github.com/MetaMask/multichain-api-client/pull/69))
15+
16+
### Fixed
17+
18+
- fix: enhance MetaMask extension ID detection with retry logic ([#70](https://github.com/MetaMask/multichain-api-client/pull/70))
19+
1020
## [0.6.4]
1121

1222
### Changed
@@ -80,7 +90,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8090

8191
- Initial release
8292

83-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.4...HEAD
93+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.5...HEAD
94+
[0.6.5]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.4...v0.6.5
8495
[0.6.4]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.3...v0.6.4
8596
[0.6.3]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.2...v0.6.3
8697
[0.6.2]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.1...v0.6.2

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.4",
3+
"version": "0.6.5",
44
"license": "ISC",
55
"description": "MetaMask Multichain Api Client",
66
"homepage": "https://github.com/MetaMask/multichain-api-client#readme",

0 commit comments

Comments
 (0)