diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-05 20:57:38 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-05 20:57:38 +0800 |
commit | 52e287fc7d0f80eeda2b98e764caa531bbf7340b (patch) | |
tree | 1b770554ca5be7ee4b392e9d0bb90fe9b6bf59a3 /contracts/utils | |
parent | e6683e46ccd3c4dcee883d315b29c553313bc30a (diff) | |
download | dexon-0x-contracts-52e287fc7d0f80eeda2b98e764caa531bbf7340b.tar.gz dexon-0x-contracts-52e287fc7d0f80eeda2b98e764caa531bbf7340b.tar.zst dexon-0x-contracts-52e287fc7d0f80eeda2b98e764caa531bbf7340b.zip |
Fix CHANGELOGs
Diffstat (limited to 'contracts/utils')
-rw-r--r-- | contracts/utils/CHANGELOG.json | 28 | ||||
-rw-r--r-- | contracts/utils/package.json | 2 |
2 files changed, 10 insertions, 20 deletions
diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 94434b803..377f62394 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,8 +1,16 @@ [ { - "version": "3.0.0", + "version": "2.0.0", "changes": [ { + "note": "Upgrade the bignumber.js to v8.0.2", + "pr": 1517 + }, + { + "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports", + "pr": 1535 + }, + { "note": "Add LibAddressArray contract", "pr": 1539 }, @@ -17,24 +25,6 @@ ] }, { - "version": "2.0.1", - "changes": [ - { - "note": "Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports", - "pr": 1535 - } - ] - }, - { - "version": "2.0.0", - "changes": [ - { - "note": "Upgrade the bignumber.js to v8.0.2", - "pr": 1517 - } - ] - }, - { "timestamp": 1547747677, "version": "1.0.6", "changes": [ diff --git a/contracts/utils/package.json b/contracts/utils/package.json index 33d94cc33..0b14ec7cf 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-utils", - "version": "3.0.0", + "version": "1.0.6", "engines": { "node": ">=6.12" }, |