From 09442ce066adb33e0f65831e3466197d29e2e982 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 16 Jan 2026 13:07:28 +0000 Subject: [PATCH 1/2] 0.10.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72ceb9..937f2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.2] + +### Uncategorized + +- feat: add MetaMask detection functionality ([#93](https://github.com/MetaMask/multichain-api-client/pull/93)) + ## [0.10.1] ### Fixed @@ -130,7 +136,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.10.1...HEAD +[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.2...HEAD +[0.10.2]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.0...v0.10.1 [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 diff --git a/package.json b/package.json index 4563f46..203a120 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-api-client", - "version": "0.10.1", + "version": "0.10.2", "license": "ISC", "description": "MetaMask Multichain Api Client", "homepage": "https://github.com/MetaMask/multichain-api-client#readme", From f448b1b952d8ad5b802fc6f93bfe0be5b7c21467 Mon Sep 17 00:00:00 2001 From: Baptiste Marchand <75846779+baptiste-marchand@users.noreply.github.com> Date: Fri, 16 Jan 2026 14:12:34 +0100 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937f2a0..95b09ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.10.2] -### Uncategorized +### Added - feat: add MetaMask detection functionality ([#93](https://github.com/MetaMask/multichain-api-client/pull/93))