Skip to content

Commit b1949a6

Browse files
github-actions[bot]github-actionsbaptiste-marchand
authored
0.9.0 (#85)
* 0.9.0 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Baptiste Marchand <[email protected]>
1 parent c917af5 commit b1949a6

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.9.0]
11+
12+
### Added
13+
14+
- feat: add Bitcoin support ([#80](https://github.com/MetaMask/multichain-api-client/pull/80))
15+
1016
## [0.8.1]
1117

1218
### Fixed
@@ -108,7 +114,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
108114

109115
- Initial release
110116

111-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...HEAD
117+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...HEAD
118+
[0.9.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...v0.9.0
112119
[0.8.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...v0.8.1
113120
[0.8.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...v0.8.0
114121
[0.7.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.6.5...v0.7.0

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