Skip to content

Commit 6f27605

Browse files
github-actions[bot]github-actionsEdouardBougon
authored
0.8.0 (#78)
* 0.8.0 * Update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Edouard Bougon <[email protected]>
1 parent f010784 commit 6f27605

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.0]
11+
12+
### Added
13+
14+
- fix: add timeout feature in transport to prevent remove connections from dropping ([#73](https://github.com/MetaMask/multichain-api-client/pull/73))
15+
1016
## [0.7.0]
1117

1218
### Added
@@ -96,7 +102,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
96102

97103
- Initial release
98104

99-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...HEAD
105+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...HEAD
106+
[0.8.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...v0.8.0
100107
[0.7.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.5...v0.7.0
101108
[0.6.5]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.4...v0.6.5
102109
[0.6.4]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.3...v0.6.4

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

0 commit comments

Comments
 (0)