Update CHANGELOG's with publishes performed on development branch

This commit is contained in:
Fabio Berger
2018-06-19 10:48:00 +02:00
parent 0bfcf79e79
commit 2a4456b9ca
50 changed files with 625 additions and 114 deletions

View File

@@ -1,17 +1,22 @@
[
{
"version": "0.0.5",
"timestamp": 1529397769,
"version": "0.0.7",
"changes": [
{
"note": "Fix a bug in FsResolver where it tries to read directories as files",
"pr": 589
},
{
"note": "Fix a bug in NameResolver where it is not ignoring .sol files",
"pr": 589
"note": "Dependencies updated"
}
]
},
{
"version": "0.0.6",
"changes": [
{
"note": "Incorrect publish that was unpublished"
}
],
"timestamp": 1527810075
},
{
"timestamp": 1527009133,
"version": "0.0.5",

View File

@@ -5,11 +5,19 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v0.0.7 - _June 19, 2018_
* Dependencies updated
## v0.0.6 - _June 1, 2018_
* Incorrect publish that was unpublished
## v0.0.5 - _May 22, 2018_
* Dependencies updated
## v0.0.4 - _May 4, 2018_
## v0.0.4 - _May 5, 2018_
* Dependencies updated