From d4f87f648368dbf8da7dda5b2130ef4d617efce0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 16 Jan 2026 13:18:21 +0000 Subject: [PATCH 1/2] 0.11.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e72ceb9..6bc1b64 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.11.0] + +### 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.11.0...HEAD +[0.11.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.10.1...v0.11.0 [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..35cf97c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-api-client", - "version": "0.10.1", + "version": "0.11.0", "license": "ISC", "description": "MetaMask Multichain Api Client", "homepage": "https://github.com/MetaMask/multichain-api-client#readme", From 0234253b31990763d19b3213a9560722ca18ec2f Mon Sep 17 00:00:00 2001 From: Baptiste Marchand <75846779+baptiste-marchand@users.noreply.github.com> Date: Fri, 16 Jan 2026 14:19:02 +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 6bc1b64..e3cd68d 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.11.0] -### Uncategorized +### Added - feat: add MetaMask detection functionality ([#93](https://github.com/MetaMask/multichain-api-client/pull/93))