From be596845df9b3eca66ae0863ef95604833ac366a Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 2 Dec 2025 11:01:36 +0000 Subject: [PATCH 1/2] 0.10.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2eaab..b6cb666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0] + +### Uncategorized + +- feat: add tron scope types ([#83](https://github.com/MetaMask/multichain-api-client/pull/83)) +- build(deps): bump mdast-util-to-hast ([#88](https://github.com/MetaMask/multichain-api-client/pull/88)) +- fix: warmup timeout ([#87](https://github.com/MetaMask/multichain-api-client/pull/87)) + ## [0.9.0] ### Added @@ -114,7 +122,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...HEAD +[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.1...v0.9.0 [0.8.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.8.0...v0.8.1 [0.8.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.7.0...v0.8.0 diff --git a/package.json b/package.json index 6055c0c..b4a416c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-api-client", - "version": "0.9.0", + "version": "0.10.0", "license": "ISC", "description": "MetaMask Multichain Api Client", "homepage": "https://github.com/MetaMask/multichain-api-client#readme", From f5293841a688f941504b7dc4e3b0d4320c201fb8 Mon Sep 17 00:00:00 2001 From: Baptiste Marchand <75846779+baptiste-marchand@users.noreply.github.com> Date: Tue, 2 Dec 2025 12:04:37 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6cb666..ccee932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.10.0] -### Uncategorized +### Added - feat: add tron scope types ([#83](https://github.com/MetaMask/multichain-api-client/pull/83)) -- build(deps): bump mdast-util-to-hast ([#88](https://github.com/MetaMask/multichain-api-client/pull/88)) + +### Fixed + - fix: warmup timeout ([#87](https://github.com/MetaMask/multichain-api-client/pull/87)) ## [0.9.0]