File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.2.0]
10
+ ### Added
11
+ - Add more unit tests for SmartTransactionsController ([ #23 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/23 ) )
12
+ - chore(deps): bump @metamask/controllers from 16.0.0 to 19.0.0 ([ #18 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/18 ) )
13
+ - Add canclled status to stx after successful cancel request ([ #21 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/21 ) )
14
+ - 1.1.0 ([ #22 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/22 ) )
15
+
9
16
## [ 1.1.0]
10
17
### Added
11
18
- Tracking of STX status changes ([ #20 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/20 ) )
@@ -25,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
32
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
26
33
- Initial commit
27
34
28
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...HEAD
35
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...HEAD
36
+ [ 1.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
29
37
[ 1.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.0.0...v1.1.0
30
38
[ 1.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .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