From 57b33327e8b16132229ca7e4d13584bf89e0c5f6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 24 Apr 2026 11:06:06 +0000 Subject: [PATCH 1/2] 24.1.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1146677..1ae074a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [24.1.0] + +### Uncategorized + +- chore: bump `@metamask/transaction-controller` to `^64.3.0` ([#583](https://github.com/MetaMask/smart-transactions-controller/pull/583)) + ## [24.0.0] ### Added @@ -782,7 +788,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/v24.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.0...HEAD +[24.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.0.0...v24.1.0 [24.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v23.0.0...v24.0.0 [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 diff --git a/package.json b/package.json index a1e0ad4..0f11f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "24.0.0", + "version": "24.1.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From 7edfd8658cdc2d8eae40fb9731b7b99fa0636658 Mon Sep 17 00:00:00 2001 From: Michele Esposito Date: Fri, 24 Apr 2026 13:07:55 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ae074a..a35d6dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,9 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [24.1.0] -### Uncategorized +### Changed -- chore: bump `@metamask/transaction-controller` to `^64.3.0` ([#583](https://github.com/MetaMask/smart-transactions-controller/pull/583)) +- Bump `@metamask/transaction-controller` from `^63.0.0` to `^64.3.0` ([#583](https://github.com/MetaMask/smart-transactions-controller/pull/583)) ## [24.0.0]