From bdb621c6d43677db0ce1c58edfb4c90eaca7ef42 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 2 Apr 2025 00:43:22 +0000 Subject: [PATCH 1/2] 0.13.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c1a86..59b6e60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.0] +### Uncategorized +- Revert "Release/0.13.0 (#302)" ([#302](https://github.com/MetaMask/api-specs/pull/302)) +- Release/0.13.0 ([#302](https://github.com/MetaMask/api-specs/pull/302)) +- 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 +295,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.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 3a1ecfb..ded701f 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.13.0", "engines": { "node": "^18.20 || ^20.17 || >=22" } From bb81e1de7b5b7b1436f72dc6bb78bca772cf5e4c Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 1 Apr 2025 19:47:12 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59b6e60..404034f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.13.0] -### Uncategorized -- Revert "Release/0.13.0 (#302)" ([#302](https://github.com/MetaMask/api-specs/pull/302)) -- Release/0.13.0 ([#302](https://github.com/MetaMask/api-specs/pull/302)) -- fix wallet_createSessionUnsupportedScopesExample ([#299](https://github.com/MetaMask/api-specs/pull/299)) +### Changed +- 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