aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--packages/dev-utils/CHANGELOG.json8
-rw-r--r--packages/dev-utils/package.json2
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/dev-utils/CHANGELOG.json b/packages/dev-utils/CHANGELOG.json
index d092ddf55..4093d352e 100644
--- a/packages/dev-utils/CHANGELOG.json
+++ b/packages/dev-utils/CHANGELOG.json
@@ -1,5 +1,13 @@
[
{
+ "version": "1.0.0",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1531919263,
"version": "0.4.6",
"changes": [
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json
index d461f769e..f84915a99 100644
--- a/packages/dev-utils/package.json
+++ b/packages/dev-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/dev-utils",
- "version": "0.4.6",
+ "version": "1.0.0",
"engines": {
"node": ">=6.12"
},