Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-08-27 14:47:56 +01:00
parent cd08a9c121
commit 4475fefd07
48 changed files with 252 additions and 10 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1535377027,
"version": "2.1.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "2.1.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.1.1 - _August 27, 2018_
* Dependencies updated
## v2.1.0 - _August 24, 2018_
* Export types: `JSONRPCRequestPayload`, `Provider`, `JSONRPCErrorCallback`, `JSONRPCResponsePayload`, `JSONRPCRequestPayloadWithMethod`, `NextCallback`, `ErrorCallback`, `OnNextCompleted` and `Callback` (#924)