From e094c402abc2b37fcb6eeee2bd07e730fd6c70ca Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 26 Jan 2026 18:45:12 +0000 Subject: [PATCH 1/2] 22.2.0 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b8bd5..76bf2ee 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.2.0] + +### Uncategorized + +- feat(analytics): add fields to SentinelMeta ([#560](https://github.com/MetaMask/smart-transactions-controller/pull/560)) + ## [22.1.0] ### Added @@ -698,7 +704,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.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...HEAD +[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 [22.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v21.1.0...v22.0.0 [21.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v21.0.0...v21.1.0 diff --git a/package.json b/package.json index 4007ba1..027fcda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "22.1.0", + "version": "22.2.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git", From d9ef81503177f3a2169ea85761a0d20903a3537a Mon Sep 17 00:00:00 2001 From: rarquevaux Date: Mon, 26 Jan 2026 10:48:44 -0800 Subject: [PATCH 2/2] chore(release): updated CHANGELOG for 22.2.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76bf2ee..da4eada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [22.2.0] -### Uncategorized +### Added -- feat(analytics): add fields to SentinelMeta ([#560](https://github.com/MetaMask/smart-transactions-controller/pull/560)) +- Add `Feature`, `Kind`, `Client` and `Wallet` fields to `SentinelMeta` ([#560](https://github.com/MetaMask/smart-transactions-controller/pull/560)) ## [22.1.0] ### Added -- feat: add support for signed transactions with metadata in SmartTransactionsController ([#557](https://github.com/MetaMask/smart-transactions-controller/pull/557)) +- Add support for signed transactions with metadata in SmartTransactionsController ([#557](https://github.com/MetaMask/smart-transactions-controller/pull/557)) ## [22.0.0]