Skip to content

Commit d7fe982

Browse files
github-actions[bot]github-actionsklejeune
authored
22.7.0 (#571)
* 22.7.0 * chore: fix changelog --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Kevin Le Jeune <kevin.le-jeune@consensys.net>
1 parent 0c5dbd4 commit d7fe982

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [22.7.0]
11+
12+
### Added
13+
14+
- Authenticate calls to transaction api ([#570](https://github.com/MetaMask/smart-transactions-controller/pull/570))
15+
1016
## [22.6.0]
1117

1218
### Added
@@ -728,7 +734,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
728734
- Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1))
729735
- Initial commit
730736

731-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.6.0...HEAD
737+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.7.0...HEAD
738+
[22.7.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.6.0...v22.7.0
732739
[22.6.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.5.0...v22.6.0
733740
[22.5.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.4.0...v22.5.0
734741
[22.4.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v22.3.0...v22.4.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.6.0",
3+
"version": "22.7.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)