Generate CHANGELOG.json files

This commit is contained in:
Fabio Berger
2018-04-02 17:35:26 +09:00
parent 40ab2de393
commit 595517e68b
19 changed files with 2017 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
[
{
"version": "0.7.13",
"changes": [
{
"note": " Fix publishing issue where .npmignore was not properly excluding undesired content",
"pr": 389
}
],
"timestamp": 1518102000,
"isPublished": true
},
{
"version": "0.7.0",
"changes": [
{
"note": "Rename `subscriptionOptsSchema` to `blockRangeSchema`",
"pr": 272
}
],
"timestamp": 1513695600,
"isPublished": true
},
{
"version": "0.6.7",
"changes": [
{
"note": "Re-publish JSON-schema previously published under NPM package 0x-json-schemas"
}
],
"timestamp": 1510585200,
"isPublished": true
}
]