File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 16.2.0]
11
+
12
+ ### Added
13
+
14
+ - Added multi-chain smart transaction support ([ #498 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/498 ) )
15
+
16
+ ### Fixed
17
+
18
+ - Improve changelog linting to prevent formatting issues ([ #502 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/502 ) )
19
+
10
20
## [ 16.1.0]
11
21
12
22
### Added
@@ -527,7 +537,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
527
537
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
528
538
- Initial commit
529
539
530
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...HEAD
540
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.2.0...HEAD
541
+ [ 16.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.1.0...v16.2.0
531
542
[ 16.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.1...v16.1.0
532
543
[ 16.0.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v16.0.0...v16.0.1
533
544
[ 16.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v15.1.0...v16.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 16.1 .0" ,
3
+ "version" : " 16.2 .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