From 7e9463c0f17bbd4be575e153e475236d721fc1ec Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 18 Mar 2026 16:28:28 +0000 Subject: [PATCH 1/2] 23.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9549347..8c9a456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "22.7.0", + "version": "23.0.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From 8067986997c2e8f25b8738781f3d9f41c6fdd849 Mon Sep 17 00:00:00 2001 From: Salah-Eddine Saakoun Date: Wed, 18 Mar 2026 17:51:34 +0100 Subject: [PATCH 2/2] fix: release changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 364d027..d7cb11f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [23.0.0] + ### Changed - **BREAKING:** `ErrorReportingService:captureException` is no longer an allowed action on the messenger; consumers must stop allowlisting it ([#572](https://github.com/MetaMask/smart-transactions-controller/pull/572)) @@ -743,7 +745,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1)) - Initial commit -[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.7.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v23.0.0...HEAD +[23.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.7.0...v23.0.0 [22.7.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.6.0...v22.7.0 [22.6.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.5.0...v22.6.0 [22.5.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.4.0...v22.5.0