Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-09-28 19:15:38 +01:00
parent c7e26cd448
commit c354129b6f
54 changed files with 320 additions and 6 deletions

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1538157789,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [

View File

@@ -0,0 +1,14 @@
<!--
changelogUtils.file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v1.0.1 - _September 28, 2018_
* Dependencies updated
## v1.0.0 - _Invalid date_
* Utility to generate documentation for Solidity smart contracts, outputting a format compliant with @0xproject/types.DocAgnosticFormat (#1004)