From f97f12b3729a16a966965dbb0a0ea88a8ec11e2d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 28 Mar 2025 18:54:35 +0000 Subject: [PATCH 1/3] 0.12.1 --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c1a86..914e284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.1] +### Uncategorized +- fix wallet_createSessionUnsupportedScopesExample ([#299](https://github.com/MetaMask/api-specs/pull/299)) + ## [0.12.0] ### Changed - **BREAKING:** Add empty sessionProperties values as expected return from wallet_createSession ([#297](https://github.com/MetaMask/api-specs/pull/297)) @@ -289,7 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69)) -[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.12.0...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.12.1...HEAD +[0.12.1]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.12.1 [0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/MetaMask/api-specs/compare/v0.10.17...v0.11.0 [0.10.17]: https://github.com/MetaMask/api-specs/compare/v0.10.16...v0.10.17 diff --git a/package.json b/package.json index 3a1ecfb..1caf379 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.12.0", + "version": "0.12.1", "engines": { "node": "^18.20 || ^20.17 || >=22" } From a4c521c62f7ead28a266a07058cdaee67cd8f065 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 28 Mar 2025 14:51:21 -0500 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 914e284..fcc173c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.12.1] -### Uncategorized -- fix wallet_createSessionUnsupportedScopesExample ([#299](https://github.com/MetaMask/api-specs/pull/299)) +### Changed +- Modify wallet_createSessionUnsupportedScopesExample, given a new error we throw in the wallet_createSession handler when all requested scopes are not supported ([#299](https://github.com/MetaMask/api-specs/pull/299)) ## [0.12.0] ### Changed From d319103e9909fb9254abdd93c1bc1f1ce84de69f Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 28 Mar 2025 17:08:06 -0500 Subject: [PATCH 3/3] v13.0.0 --- CHANGELOG.md | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc173c..404034f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.12.1] +## [0.13.0] ### Changed -- Modify wallet_createSessionUnsupportedScopesExample, given a new error we throw in the wallet_createSession handler when all requested scopes are not supported ([#299](https://github.com/MetaMask/api-specs/pull/299)) +- Add `wallet_createSessionUnsupportedScopesExample` to the multichain spec, given a new error we throw in the wallet_createSession handler when all requested scopes are not supported ([#300](https://github.com/MetaMask/api-specs/pull/300)) ## [0.12.0] ### Changed @@ -293,8 +293,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix release automation compatibility ([#69](https://github.com/MetaMask/api-specs/pull/69)) -[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.12.1...HEAD -[0.12.1]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.12.1 +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/MetaMask/api-specs/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/MetaMask/api-specs/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/MetaMask/api-specs/compare/v0.10.17...v0.11.0 [0.10.17]: https://github.com/MetaMask/api-specs/compare/v0.10.16...v0.10.17 diff --git a/package.json b/package.json index 1caf379..ded701f 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.12.1", + "version": "0.13.0", "engines": { "node": "^18.20 || ^20.17 || >=22" }