Skip to content

Commit 3e95186

Browse files
github-actions[bot]github-actions
andauthored
0.10.1 (#92)
Co-authored-by: github-actions <[email protected]>
1 parent b4d792f commit 3e95186

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.1]
11+
1012
### Fixed
1113

1214
- fix: make sure `getUniqueId` is called on each `windowPostMessageTransport` request to avoid `RPC request with id already seen.` error on extension when using firefox ([#91](https://github.com/MetaMask/multichain-api-client/pull/91))
@@ -128,7 +130,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
128130

129131
- Initial release
130132

131-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.0...HEAD
133+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.1...HEAD
134+
[0.10.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.0...v0.10.1
132135
[0.10.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...v0.10.0
133136
[0.9.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...v0.9.0
134137
[0.8.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...v0.8.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.10.0",
3+
"version": "0.10.1",
44
"license": "ISC",
55
"description": "MetaMask Multichain Api Client",
66
"homepage": "https://github.com/MetaMask/multichain-api-client#readme",

0 commit comments

Comments
 (0)