Skip to content

Commit 1b14c3d

Browse files
github-actions[bot]github-actionsrarquevaux
authored
22.4.0 (#565)
* 22.4.0 * chore(release/22.4.0): update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: rarquevaux <r.arquevaux@gmail.com>
1 parent 7071974 commit 1b14c3d

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [22.4.0]
11+
1012
### Added
1113

12-
- Add optional `origin` field to `SentinelMeta` type for transaction origin tracking
14+
- Add `origin` to sentinel metadata ([#564](https://github.com/MetaMask/smart-transactions-controller/pull/564))
1315

1416
## [22.3.0]
1517

@@ -714,7 +716,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
714716
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
715717
- Initial commit
716718

717-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...HEAD
719+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.4.0...HEAD
720+
[22.4.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...v22.4.0
718721
[22.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...v22.3.0
719722
[22.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.1.0...v22.2.0
720723
[22.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.0.0...v22.1.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-transactions-controller",
3-
"version": "22.3.0",
3+
"version": "22.4.0",
44
"description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)