Update CHANGELOGs

This commit is contained in:
Amir Bandeali 2019-02-03 21:08:44 -08:00
parent 9abd6f5695
commit 4514da0646
5 changed files with 37 additions and 0 deletions

View File

@ -5,6 +5,10 @@
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{
"note": "Import `ZeroExTransaction` type instead of using type defined in this package",
"pr": 1576
}
],
"timestamp": 1549373905

View File

@ -5,6 +5,10 @@
{
"note": "Fix OrderValidatorWrapper constructor to use the correct address",
"pr": 1568
},
{
"note": "Use new `ZeroExTransaction` interface",
"pr": 1576
}
],
"timestamp": 1549373905

View File

@ -5,6 +5,10 @@
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{
"note": "Add `verifyingContractAddress` to `zeroExTransactionSchema`",
"pr": 1576
}
],
"timestamp": 1549373905

View File

@ -1,4 +1,21 @@
[
{
"version": "5.0.0",
"changes": [
{
"note": "Add `transactionHashUtils`",
"pr": 1576
},
{
"note": "Refactor `eip712Utils` to allow custom domain params",
"pr": 1576
},
{
"note": "Export constant EIP712 params",
"pr": 1576
}
]
},
{
"version": "4.0.0",
"changes": [

View File

@ -5,6 +5,14 @@
{
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
},
{
"note": "Update `ZeroExTransaction` type and add `SignedZeroExTransaction` type",
"pr": 1576
},
{
"note": "Add `EIP712DomainWithDefaultSchema` type",
"pr": 1576
}
],
"timestamp": 1549373905