Updated CHANGELOGS

This commit is contained in:
Jacob Evans
2019-04-11 16:59:38 +01:00
parent 7423028fea
commit 0acec57ba9
94 changed files with 564 additions and 7 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "2.2.1",
"changes": [
{
"note": "Dependencies updated"
}
],
"timestamp": 1554997931
},
{
"version": "2.2.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v2.2.1 - _April 11, 2019_
* Dependencies updated
## v2.2.0 - _March 21, 2019_
* Added `startProviderEngine` to `providerUtils`. Preventing excess block polling (#1695)