Updated CHANGELOGS

This commit is contained in:
Leonid Logvinov
2019-02-26 14:45:42 -08:00
parent fb0a2ef248
commit f5fffbea04
81 changed files with 549 additions and 8 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1551220833,
"version": "8.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "8.0.0",
"changes": [

View File

@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v8.0.1 - _February 26, 2019_
* Dependencies updated
## v8.0.0 - _February 25, 2019_
* Add support for EIP1193 providers & Web3.js providers >= 1.0-beta.38 (#1627)
@@ -24,12 +28,13 @@ CHANGELOG
## v7.0.0 - _February 6, 2019_
* Fix OrderValidatorWrapper constructor to use the correct address (#1568)
* Use new `ZeroExTransaction` interface (#1576)
* Rename `getTransactionHex` to `getTransactionHashHex` (#1576)
* Rename `getTransactionHex` to `getTransactionHashHex` (#1576)
## v6.0.0 - _Invalid date_
## v6.0.0 - _February 5, 2019_
* Fix OrderValidatorWrapper constructor to use the correct address (#1568)
* Upgrade the bignumber.js to v8.0.2 (#1517)
## v5.0.1 - _January 17, 2019_