File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 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
66
77## [ Unreleased]
88
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+
920## [ 1.3.0]
1021### Added
1122- 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
3647- Add initial SmartTransactionsController ([ #1 ] ( https://github.com/MetaMask/smart-transactions-controller/pull/1 ) )
3748- Initial commit
3849
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
4052[ 1.3.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.2.0...v1.3.0
4153[ 1.2.0 ] : https://github.com/MetaMask/smart-transactions-controller/compare/v1.1.0...v1.2.0
4254[ 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 11{
22 "name" : " @metamask/smart-transactions-controller" ,
3- "version" : " 1.3 .0" ,
3+ "version" : " 1.4 .0" ,
44 "description" : " MetaMask controller for Smart Transactions." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments