File tree 2 files changed +14
-2
lines changed
2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 1.4.0]
10
+ ### Added
11
+ - Add isomorphic-fetch to stx controller ([ #38 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/38 ) )
12
+ - feat: create new handleFetch with custom error handling ([ #35 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/35 ) )
13
+ - Unblock submit if ethers errors ([ #30 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/30 ) )
14
+ - Parse chain ids from hex to dec instead of mapping them ([ #31 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/31 ) )
15
+ - chore(deps): bump @metamask/controllers from 20.0.0 to 20.1.0 ([ #28 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/28 ) )
16
+ - getTransactions -> getFees, refactoring ([ #27 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/27 ) )
17
+ - chore(deps): bump @metamask/controllers from 19.0.0 to 20.0.0 ([ #24 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/24 ) )
18
+ - Switch license with MetaMask license ([ #25 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/25 ) )
19
+
9
20
## [ 1.3.0]
10
21
### Added
11
22
- Use the production version of the Transaction APIs repo ([ #37 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/37 ) )
@@ -36,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
36
47
- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
37
48
- Initial commit
38
49
39
- [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.3.0...HEAD
50
+ [ Unreleased ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.4.0...HEAD
51
+ [ 1.4.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.3.0...v1.4.0
40
52
[ 1.3.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...v1.3.0
41
53
[ 1.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
42
54
[ 1.1.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.0.0...v1.1.0
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/smart-transactions-controller" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.4 .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