From 1bfe023f3e8eb36a11cee73de370eb9e4bcc2e22 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 9 Jun 2026 16:14:13 +0000 Subject: [PATCH 1/3] 0.15.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0376ac2..d899998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.15.0] +### Uncategorized +- build(deps): bump the npm_and_yarn group across 1 directory with 5 updates ([#235](https://github.com/MetaMask/api-specs/pull/235)) +- Update multichain `Scope` properties ([#295](https://github.com/MetaMask/api-specs/pull/295)) + ### Added - Add ERC-7715 execution permission methods: `wallet_requestExecutionPermissions`, `wallet_getGrantedExecutionPermissions`, and `wallet_getSupportedExecutionPermissions`, along with the `ExecutionPermission`, `ExecutionPermissionRule`, `ExecutionPermissionRequest`, and `ExecutionPermissionResponse` schemas ([#311](https://github.com/MetaMask/api-specs/pull/311)) @@ -299,7 +305,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.14.0...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.15.0...HEAD +[0.15.0]: https://github.com/MetaMask/api-specs/compare/v0.14.0...v0.15.0 [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 diff --git a/package.json b/package.json index 864d969..693e951 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.14.0", + "version": "0.15.0", "engines": { "node": "^18.20 || ^20.17 || >=22" } From 68246076f3cf7ff29873bbd7f16be8722e65092d Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Wed, 10 Jun 2026 11:17:36 -0700 Subject: [PATCH 2/3] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d899998..d536ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.15.0] ### Uncategorized - build(deps): bump the npm_and_yarn group across 1 directory with 5 updates ([#235](https://github.com/MetaMask/api-specs/pull/235)) + +### Changed - Update multichain `Scope` properties ([#295](https://github.com/MetaMask/api-specs/pull/295)) ### Added From 848b4fee59649dab6ba2027a2d1cb3f63a0b6547 Mon Sep 17 00:00:00 2001 From: Jiexi Luan Date: Wed, 10 Jun 2026 11:23:38 -0700 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d536ce8..2af8091 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.15.0] -### Uncategorized -- build(deps): bump the npm_and_yarn group across 1 directory with 5 updates ([#235](https://github.com/MetaMask/api-specs/pull/235)) - ### Changed +- build(deps): Bump `node-fetch` to `2.6.7`, `ansi-regex` to `3.0.1`, `braces` to `3.0.3`, `semver` to `5.7.2`, `ws` to `7.5.10`([#235](https://github.com/MetaMask/api-specs/pull/235)) - Update multichain `Scope` properties ([#295](https://github.com/MetaMask/api-specs/pull/295)) ### Added