File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.1.0]
10
+ ### Added
11
+ - chore(deps): bump @metamask/controllers from 29.0.1 to 30.0.0 ([ #75 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/75 ) )
12
+ - chore(deps-dev): bump @metamask/auto-changelog from 2.5.0 to 2.6.0 ([ #71 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/71 ) )
13
+ - Return a pending status for a cancelled tx that hasn't been settled yet ([ #74 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/74 ) )
14
+
9
15
## [ 2.0.1]
10
16
### Changed
11
17
- Previous version deprecated due to missing build files. No code changes made.
@@ -92,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
92
98
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
93
99
- Initial commit
94
100
95
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...HEAD
101
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...HEAD
102
+ [ 2.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...v2.1.0
96
103
[ 2.0.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...v2.0.1
97
104
[ 2.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.10.0...v2.0.0
98
105
[ 1.10.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.9.1...v1.10.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.1.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