From b04a84bcfadf4460ccde0b9d42e508bdf1139341 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 3 Feb 2026 21:59:38 +0000 Subject: [PATCH 1/2] 22.4.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a6577..6d35adf 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] +## [22.4.0] + +### Uncategorized + +- feat(stx-metadata): add origin ([#564](https://github.com/MetaMask/smart-transactions-controller/pull/564)) + ### Added - Add optional `origin` field to `SentinelMeta` type for transaction origin tracking @@ -714,7 +720,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.3.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.4.0...HEAD +[22.4.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...v22.4.0 [22.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...v22.3.0 [22.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.1.0...v22.2.0 [22.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.0.0...v22.1.0 diff --git a/package.json b/package.json index 7c474c3..f7b7490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "22.3.0", + "version": "22.4.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From 36303704e0f8fb395eeabb4f5ce7f709b94709d2 Mon Sep 17 00:00:00 2001 From: rarquevaux Date: Tue, 3 Feb 2026 14:03:06 -0800 Subject: [PATCH 2/2] chore(release/22.4.0): update changelog --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d35adf..7b133a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,13 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [22.4.0] -### Uncategorized - -- feat(stx-metadata): add origin ([#564](https://github.com/MetaMask/smart-transactions-controller/pull/564)) - ### Added -- Add optional `origin` field to `SentinelMeta` type for transaction origin tracking +- Add `origin` to sentinel metadata ([#564](https://github.com/MetaMask/smart-transactions-controller/pull/564)) ## [22.3.0]