Skip to content

Commit aeb6e05

Browse files
github-actions[bot]github-actionsbaptiste-marchand
authored
0.10.0 (#89)
* 0.10.0 * chore: update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Baptiste Marchand <[email protected]>
1 parent 92b0fdb commit aeb6e05

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.10.0]
11+
12+
### Added
13+
14+
- feat: add tron scope types ([#83](https://github.com/MetaMask/multichain-api-client/pull/83))
15+
16+
### Fixed
17+
18+
- fix: warmup timeout ([#87](https://github.com/MetaMask/multichain-api-client/pull/87))
19+
1020
## [0.9.0]
1121

1222
### Added
@@ -114,7 +124,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114124

115125
- Initial release
116126

117-
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...HEAD
127+
[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.0...HEAD
128+
[0.10.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...v0.10.0
118129
[0.9.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...v0.9.0
119130
[0.8.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...v0.8.1
120131
[0.8.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...v0.8.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.9.0",
3+
"version": "0.10.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)