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.8.0]
10
+ ### Added
11
+ - Do not update an STX which doesn't exist anymore, add UTs ([ #52 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/52 ) )
12
+
9
13
## [ 1.7.0]
10
14
### Added
11
15
- Fix UTs, change threshold ([ #49 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/49 ) )
@@ -63,7 +67,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
63
67
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
64
68
- Initial commit
65
69
66
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.7.0...HEAD
70
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.8.0...HEAD
71
+ [ 1.8.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.7.0...v1.8.0
67
72
[ 1.7.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.6.0...v1.7.0
68
73
[ 1.6.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.5.0...v1.6.0
69
74
[ 1.5.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.4.0...v1.5.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 1.7 .0" ,
3
+ "version" : " 1.8 .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