diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-04 02:14:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 02:14:36 +0800 |
commit | 4a9752d7cda05f616d2709e34f4687da813d3090 (patch) | |
tree | b00a8e74aee2fe39f5999e081616144a9a8c265f /packages/json-schemas/CHANGELOG.json | |
parent | 7db9a016395eb699e7f9c531dbec2616cd2b819b (diff) | |
parent | 185f70f2ddfb5521beecf62bb400aee54f90acf3 (diff) | |
download | dexon-0x-contracts-4a9752d7cda05f616d2709e34f4687da813d3090.tar.gz dexon-0x-contracts-4a9752d7cda05f616d2709e34f4687da813d3090.tar.zst dexon-0x-contracts-4a9752d7cda05f616d2709e34f4687da813d3090.zip |
Merge pull request #495 from 0xProject/fix/publishProcess
Improve Publish Flow
Diffstat (limited to 'packages/json-schemas/CHANGELOG.json')
-rw-r--r-- | packages/json-schemas/CHANGELOG.json | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json index d5f3d610b..d6360f5d4 100644 --- a/packages/json-schemas/CHANGELOG.json +++ b/packages/json-schemas/CHANGELOG.json @@ -6,8 +6,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "timestamp": 1522658513, @@ -16,8 +15,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "version": "0.7.13", @@ -27,8 +25,7 @@ "pr": 389 } ], - "timestamp": 1518102000, - "isPublished": true + "timestamp": 1518102000 }, { "version": "0.7.0", @@ -38,8 +35,7 @@ "pr": 272 } ], - "timestamp": 1513695600, - "isPublished": true + "timestamp": 1513695600 }, { "version": "0.6.7", @@ -48,7 +44,6 @@ "note": "Re-publish JSON-schema previously published under NPM package 0x-json-schemas" } ], - "timestamp": 1510585200, - "isPublished": true + "timestamp": 1510585200 } ] |