aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-07-26 18:34:41 +0800
committerFabio Berger <me@fabioberger.com>2018-07-26 18:34:41 +0800
commit015469885d5591d2a8e2eb5636f62ba34bd42f7a (patch)
treec9891f67bb716b308be5686b193b5d49420610d4 /packages/monorepo-scripts
parent061f223269ebd1b0c25b782e70dd7a387d6f5e0d (diff)
downloaddexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.tar
dexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.tar.gz
dexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.tar.bz2
dexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.tar.lz
dexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.tar.xz
dexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.tar.zst
dexon-0x-contracts-015469885d5591d2a8e2eb5636f62ba34bd42f7a.zip
Fix changelogs
Diffstat (limited to 'packages/monorepo-scripts')
-rw-r--r--packages/monorepo-scripts/CHANGELOG.json9
-rw-r--r--packages/monorepo-scripts/package.json2
2 files changed, 10 insertions, 1 deletions
diff --git a/packages/monorepo-scripts/CHANGELOG.json b/packages/monorepo-scripts/CHANGELOG.json
index 6e0fe501e..23d012b47 100644
--- a/packages/monorepo-scripts/CHANGELOG.json
+++ b/packages/monorepo-scripts/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1532551340,
+ "version": "1.0.2",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"timestamp": 1532357734,
"version": "1.0.1",
"changes": [
diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json
index c11249feb..9c72a4230 100644
--- a/packages/monorepo-scripts/package.json
+++ b/packages/monorepo-scripts/package.json
@@ -1,6 +1,6 @@
{
"name": "@0xproject/monorepo-scripts",
- "version": "1.0.1",
+ "version": "1.0.2",
"engines": {
"node": ">=6.12"
},