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
+ ## [ 2.2.0]
10
+ ### Changed
11
+ - chore(deps): bump @metamask/controllers from 30.0.0 to 30.1.0 ([ #81 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/81 ) )
12
+ - chore(deps-dev): bump @metamask/eslint-config-nodejs from 8.0.0 to 9.0.0 ([ #80 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/80 ) )
13
+ - chore(deps-dev): bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ([ #79 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/79 ) )
14
+ - Return all error props in an error response ([ #82 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/82 ) )
15
+
9
16
## [ 2.1.0]
10
17
### Added
11
18
- chore(deps): bump @metamask/controllers from 29.0.1 to 30.0.0 ([ #75 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/75 ) )
@@ -98,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
98
105
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
99
106
- Initial commit
100
107
101
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...HEAD
108
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.2.0...HEAD
109
+ [ 2.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.1.0...v2.2.0
102
110
[ 2.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.1...v2.1.0
103
111
[ 2.0.1 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v2.0.0...v2.0.1
104
112
[ 2.0.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.10.0...v2.0.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.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