Skip to content

Commit 38929d8

Browse files
16.3.0 (#505)
1 parent c8b255e commit 38929d8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+8-1
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+
## [16.3.0]
11+
12+
### Added
13+
14+
- Support batch transactions during submit ([#504](https://github.com/MetaMask/smart-transactions-controller/pull/504))
15+
1016
## [16.2.0]
1117

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

540-
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.2.0...HEAD
546+
[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.3.0...HEAD
547+
[16.3.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.2.0...v16.3.0
541548
[16.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...v16.2.0
542549
[16.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.1...v16.1.0
543550
[16.0.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.0...v16.0.1

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/smart-transactions-controller",
3-
"version": "16.2.0",
3+
"version": "16.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)