Skip to content

Commit 7f8096d

Browse files
github-actions[bot]github-actionsrarquevaux
authored
22.3.0 (#563)
* 22.3.0 * chore(release/22.3.0): update changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: rarquevaux <r.arquevaux@gmail.com>
1 parent 3629af0 commit 7f8096d

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.3.0]
11+
1012
### Changed
1113

12-
- Change `client` field type in `SentinelMeta` from `ClientId` enum to `string` for flexible device identification ([#562](https://github.com/MetaMask/smart-transactions-controller/pull/562))
14+
- Change `client` field type in `SentinelMeta` from `ClientId` enum to `string` for device identification ([#562](https://github.com/MetaMask/smart-transactions-controller/pull/562))
1315

1416
## [22.2.0]
1517

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

711-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...HEAD
713+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...HEAD
714+
[22.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.2.0...v22.3.0
712715
[22.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.1.0...v22.2.0
713716
[22.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.0.0...v22.1.0
714717
[22.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v21.1.0...v22.0.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.2.0",
3+
"version": "22.3.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)