diff options
Diffstat (limited to 'packages/json-schemas/CHANGELOG.json')
-rw-r--r-- | packages/json-schemas/CHANGELOG.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/packages/json-schemas/CHANGELOG.json b/packages/json-schemas/CHANGELOG.json new file mode 100644 index 000000000..3c78543e9 --- /dev/null +++ b/packages/json-schemas/CHANGELOG.json @@ -0,0 +1,34 @@ +[ + { + "version": "0.7.13", + "changes": [ + { + "note": " Fix publishing issue where .npmignore was not properly excluding undesired content", + "pr": "389" + } + ], + "timestamp": 1518130800, + "isPublished": true + }, + { + "version": "0.7.0", + "changes": [ + { + "note": "Rename `subscriptionOptsSchema` to `blockRangeSchema`", + "pr": "272" + } + ], + "timestamp": 1513724400, + "isPublished": true + }, + { + "version": "0.6.7", + "changes": [ + { + "note": "Re-publish JSON-schema previously published under NPM package 0x-json-schemas" + } + ], + "timestamp": 1510614000, + "isPublished": true + } +]
\ No newline at end of file |