From a00c640a4923517d562ab58fa40cbd6650db00d4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 6 May 2025 16:43:55 +0000 Subject: [PATCH 1/2] 0.14.0 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404034f..95f5c08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.0] +### Uncategorized +- Add EIP-5792 methods ([#284](https://github.com/MetaMask/api-specs/pull/284)) +- Update codeowners ([#305](https://github.com/MetaMask/api-specs/pull/305)) + ## [0.13.0] ### 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)) @@ -293,7 +298,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.13.0...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.14.0...HEAD +[0.14.0]: https://github.com/MetaMask/api-specs/compare/v0.13.0...v0.14.0 [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 diff --git a/package.json b/package.json index ded701f..864d969 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.13.0", + "version": "0.14.0", "engines": { "node": "^18.20 || ^20.17 || >=22" } From 95dc0a024971629d5e0e626ea598fc24ddc33282 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 6 May 2025 11:55:23 -0500 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f5c08..f8df988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ## [0.14.0] -### Uncategorized -- Add EIP-5792 methods ([#284](https://github.com/MetaMask/api-specs/pull/284)) -- Update codeowners ([#305](https://github.com/MetaMask/api-specs/pull/305)) +### Added +- Add EIP-5792 methods: `wallet_sendCalls`, `wallet_getCallsStatus`, `wallet_getCapabilities` ([#284](https://github.com/MetaMask/api-specs/pull/284)) ## [0.13.0] ### Changed