Skip to content

Commit 8c4b0f0

Browse files
github-actions[bot]github-actions
andauthored
0.8.1 (#82)
Co-authored-by: github-actions <[email protected]>
1 parent ce8c429 commit 8c4b0f0

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.8.1]
11+
1012
### Fixed
1113

1214
- fix: use randomly generated request id on `windowPostMessageTransport` and `externallyConnectableTransport` to avoid conflicts across disconnect/reconnect cycles in firefox ([#81](https://github.com/MetaMask/multichain-api-client/pull/81))
@@ -106,7 +108,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
106108

107109
- Initial release
108110

109-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...HEAD
111+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...HEAD
112+
[0.8.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...v0.8.1
110113
[0.8.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...v0.8.0
111114
[0.7.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.5...v0.7.0
112115
[0.6.5]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.4...v0.6.5

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.8.0",
3+
"version": "0.8.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)