File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.6.0]
10+ ### Added
11+ - Change cancellable interval to be 1 minute ([ #47 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/47 ) )
12+ - Estimate approval transaction along with swaps transaction ([ #46 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/46 ) )
13+ - chore(deps): bump @metamask/controllers from 20.1.0 to 25.1.0 ([ #44 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/44 ) )
14+ - Add support for approveTxParams ([ #45 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/45 ) )
15+ - Add method for estimateGas ([ #43 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/43 ) )
16+
917## [ 1.5.0]
1018### Added
1119- Add "fees" and "liveness" into the smartTransactionsState, update version ([ #41 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/41 ) )
@@ -51,7 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5159- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
5260- Initial commit
5361
54- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.5.0...HEAD
62+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.6.0...HEAD
63+ [ 1.6.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.5.0...v1.6.0
5564[ 1.5.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.4.0...v1.5.0
5665[ 1.4.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.3.0...v1.4.0
5766[ 1.3.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...v1.3.0
Original file line number Diff line number Diff line change 11{
22 "name" : " @metamask/smart-transactions-controller" ,
3- "version" : " 1.5 .0" ,
3+ "version" : " 1.6 .0" ,
44 "description" : " MetaMask controller for Smart Transactions." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments