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
+ ## [ 1.5.0]
10
+ ### Added
11
+ - Add "fees" and "liveness" into the smartTransactionsState, update version ([ #41 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/41 ) )
12
+
9
13
## [ 1.4.0]
10
14
### Added
11
15
- Add isomorphic-fetch to stx controller ([ #38 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/38 ) )
@@ -47,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
51
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
48
52
- Initial commit
49
53
50
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.4.0...HEAD
54
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.5.0...HEAD
55
+ [ 1.5.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.4.0...v1.5.0
51
56
[ 1.4.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.3.0...v1.4.0
52
57
[ 1.3.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...v1.3.0
53
58
[ 1.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 1.4.1 " ,
3
+ "version" : " 1.5.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