From 52e287fc7d0f80eeda2b98e764caa531bbf7340b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Tue, 5 Feb 2019 13:57:38 +0100 Subject: Fix CHANGELOGs --- contracts/utils/CHANGELOG.json | 28 +++++++++------------------- contracts/utils/package.json | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) (limited to 'contracts/utils') 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,7 +1,15 @@ [ { - "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 @@ -16,24 +24,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", 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" }, -- cgit v1.2.3