File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.3.0]
10
+ ### Added
11
+ - Add the "clearFees" function ([ #84 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/84 ) )
12
+
9
13
## [ 2.2.0]
10
14
### Changed
11
15
- chore(deps): bump @metamask/controllers from 30.0.0 to 30.1.0 ([ #81 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/81 ) )
@@ -105,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
105
109
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
106
110
- Initial commit
107
111
108
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...HEAD
112
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.3.0...HEAD
113
+ [ 2.3.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...v2.3.0
109
114
[ 2.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...v2.2.0
110
115
[ 2.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...v2.1.0
111
116
[ 2.0.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...v2.0.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " MetaMask controller for Smart Transactions." ,
5
5
"repository" : {
6
6
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments