From b3ec675575b41b916523756afdf6a6288f6a5e2f Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 26 May 2026 13:59:07 +0000 Subject: [PATCH 1/2] 0.12.0 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cd68d..ed866e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.0] + +### Uncategorized + +- Revert "0.12.0" +- Revert "chore: changelog" +- chore: changelog +- 0.12.0 +- fix: lint ([#103](https://github.com/MetaMask/multichain-api-client/pull/103)) +- chore: added stellar types, mock tests and exports ([#102](https://github.com/MetaMask/multichain-api-client/pull/102)) +- feat: Export scopes types + ## [0.11.0] ### Added @@ -136,7 +148,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.11.0...HEAD +[Unreleased]: https://github.com/MetaMask/multichain-api-client/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/MetaMask/multichain-api-client/compare/v0.11.0...v0.12.0 [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 diff --git a/package.json b/package.json index 3e6360a..6aeb8b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/multichain-api-client", - "version": "0.11.0", + "version": "0.12.0", "license": "ISC", "description": "MetaMask Multichain Api Client", "homepage": "https://github.com/MetaMask/multichain-api-client#readme", From 4aa13885a6613138a77615e068c27c6b386c963c Mon Sep 17 00:00:00 2001 From: "@gandalfg" <36696601+adaOctopus@users.noreply.github.com> Date: Tue, 26 May 2026 16:04:42 +0200 Subject: [PATCH 2/2] Revise changelog structure for version 0.12.0 Updated changelog to categorize changes under 'Added' and 'Fixed'. --- CHANGELOG.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed866e3..694bd03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.12.0] -### Uncategorized +### Added -- Revert "0.12.0" -- Revert "chore: changelog" -- chore: changelog -- 0.12.0 -- fix: lint ([#103](https://github.com/MetaMask/multichain-api-client/pull/103)) - chore: added stellar types, mock tests and exports ([#102](https://github.com/MetaMask/multichain-api-client/pull/102)) -- feat: Export scopes types + +### Fixed + +- fix: lint ([#103](https://github.com/MetaMask/multichain-api-client/pull/103)) ## [0.11.0]