diff options
Diffstat (limited to 'packages/dev-utils')
-rw-r--r-- | packages/dev-utils/CHANGELOG.json | 13 | ||||
-rw-r--r-- | packages/dev-utils/CHANGELOG.md | 16 |
2 files changed, 25 insertions, 4 deletions
diff --git a/packages/dev-utils/CHANGELOG.json b/packages/dev-utils/CHANGELOG.json index 4093d352e..20cf96f80 100644 --- a/packages/dev-utils/CHANGELOG.json +++ b/packages/dev-utils/CHANGELOG.json @@ -1,5 +1,15 @@ [ { + "timestamp": 1532357734, + "version": "1.0.1", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { + "timestamp": 1532043000, "version": "1.0.0", "changes": [ { @@ -45,7 +55,8 @@ "note": "Add SolidityProfiler to EnvVars", "pr": 675 } - ] + ], + "timestamp": 1527008544 }, { "version": "0.4.2", diff --git a/packages/dev-utils/CHANGELOG.md b/packages/dev-utils/CHANGELOG.md index de9287478..339e86685 100644 --- a/packages/dev-utils/CHANGELOG.md +++ b/packages/dev-utils/CHANGELOG.md @@ -1,10 +1,18 @@ <!-- -This file is auto-generated using the monorepo-scripts package. Don't edit directly. +changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly. Edit the package's CHANGELOG.json file only. --> CHANGELOG +## v1.0.1 - _July 23, 2018_ + + * Dependencies updated + +## v1.0.0 - _July 20, 2018_ + + * Dependencies updated + ## v0.4.6 - _July 18, 2018_ * Dependencies updated @@ -17,12 +25,14 @@ CHANGELOG * Dependencies updated -## v0.4.3 - _June 1, 2018_ +## v0.4.3 - _May 22, 2018_ - * Incorrect publish that was unpublished + * Add optional parameter shouldUseFakeGasEstimate to Web3Config (#622) + * Add SolidityProfiler to EnvVars (#675) ## v0.4.2 - _May 22, 2018_ + * Pass SolCompilerArtifactAdapter to CoverageSubprovider (#589) * Move callbackErrorReporter over from 0x.js (#579) ## v0.4.1 - _May 5, 2018_ |