Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2018-05-04 12:16:11 +02:00
parent 01dd84dced
commit 3fc99dbad5
44 changed files with 330 additions and 89 deletions

View File

@@ -18,7 +18,8 @@
"note": "Move `ZeroExError.InvalidSignature` to `@0xproject/order-utils` `OrderError.InvalidSignature`",
"pr": 559
}
]
],
"timestamp": 1525428773
},
{
"version": "0.36.3",

View File

@@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.37.0 - _May 4, 2018_
* Fixed expiration watcher comparator to handle orders with equal expiration times (#526)
* Update Web3 Provider Engine to 14.0.4 (#555)
* Add `zeroEx.getProvider()` (#559)
* Move `ZeroExError.InvalidSignature` to `@0xproject/order-utils` `OrderError.InvalidSignature` (#559)
## v0.36.3 - _April 18, 2018_
* Move @0xproject/migrations to devDependencies