From 73ffc9620cda6c4955d3b6d2889ce78a313054eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:35:15 -0600 Subject: [PATCH] 0.10.13 (#276) Co-authored-by: github-actions --- CHANGELOG.md | 7 ++++++- package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7409ed8..54e6561 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.10.13] +### Uncategorized +- Add multichain tag ([#275](https://github.com/MetaMask/api-specs/pull/275)) + ## [0.10.12] ### Uncategorized - Added wallet_notify + remove everything sessionId related ([#272](https://github.com/MetaMask/api-specs/pull/272)) @@ -254,7 +258,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.10.12...HEAD +[Unreleased]: https://github.com/MetaMask/api-specs/compare/v0.10.13...HEAD +[0.10.13]: https://github.com/MetaMask/api-specs/compare/v0.10.12...v0.10.13 [0.10.12]: https://github.com/MetaMask/api-specs/compare/v0.10.11...v0.10.12 [0.10.11]: https://github.com/MetaMask/api-specs/compare/v0.10.10...v0.10.11 [0.10.10]: https://github.com/MetaMask/api-specs/compare/v0.10.9...v0.10.10 diff --git a/package.json b/package.json index a900a07..db1dcc5 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,5 @@ "ts-jest": "^29.0.5", "typescript": "~4.8.4" }, - "version": "0.10.12" + "version": "0.10.13" }