Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2018-10-18 16:02:49 +02:00
parent 7e49db2301
commit 71d1e6b0ec
60 changed files with 352 additions and 46 deletions

View File

@@ -14,7 +14,8 @@
"note": "Make web3-provider-engine types a 'dependency' so it's available to users of the library",
"pr": 1105
}
]
],
"timestamp": 1539871071
},
{
"version": "2.0.7",

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.0 - _October 18, 2018_
* Add `MetamaskSubprovider` to handle inconsistent JSON RPC behaviour (#1102)
* Add support for `eth_signTypedData` in wallets Mnemonic, Private and EthLightWallet (#1102)
* Make web3-provider-engine types a 'dependency' so it's available to users of the library (#1105)
## v2.0.7 - _October 4, 2018_
* Dependencies updated
@@ -37,7 +43,7 @@ CHANGELOG
* Export types: `PartialTxParams`, `JSONRPCRequestPayloadWithMethod`, `ECSignatureString`, `AccountFetchingConfigs`, `LedgerEthereumClientFactoryAsync`, `OnNextCompleted`, `MnemonicWalletSubproviderConfigs`, LedgerGetAddressResult, `JSONRPCRequestPayload`, `Provider`, `JSONRPCResponsePayload` and `JSONRPCErrorCallback` (#924)
## v1.0.5 - _August 13, 2018_
## v1.0.5 - _August 14, 2018_
* Dependencies updated