File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 16.4.0]
11
+
12
+ ### Added
13
+
14
+ - Add performance tracing to the STX controller ([ #515 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/515 ) )
15
+
10
16
## [ 16.3.1]
11
17
12
18
### Fixed
@@ -549,7 +555,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
549
555
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
550
556
- Initial commit
551
557
552
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.3.1...HEAD
558
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.4.0...HEAD
559
+ [ 16.4.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.3.1...v16.4.0
553
560
[ 16.3.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.3.0...v16.3.1
554
561
[ 16.3.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.2.0...v16.3.0
555
562
[ 16.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...v16.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 16.3.1 " ,
3
+ "version" : " 16.4.0 " ,
4
4
"description" : " Improves success rates for swaps by trialing transactions privately and finding minimum fees" ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments