Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2018-05-22 10:16:38 -07:00
parent d3e086c850
commit 1a35107a1d
50 changed files with 324 additions and 30 deletions

View File

@@ -11,7 +11,8 @@
"Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage",
"pr": 579
}
]
],
"timestamp": 1527008270
},
{
"timestamp": 1525477860,

View File

@@ -5,7 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.37.2 - _May 5, 2018_
## v0.38.0 - _May 22, 2018_
* Renamed createOrderStateWatcher to createOrderWatcherAsync since it is now async (#579)
* Renamed ZeroExError to ContractWrappersErrors since they now lives in the @0xproject/contract-wrappers subpackage (#579)
## v0.37.2 - _May 4, 2018_
* Dependencies updated