diff options
author | Fabio Berger <me@fabioberger.com> | 2018-06-19 16:48:00 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-06-19 17:16:30 +0800 |
commit | 2a4456b9cae6515d0210e3a2aa4b511c0262849c (patch) | |
tree | 2c34a6e860378164470ab0562120d6f285918f9b /packages/sol-resolver/CHANGELOG.json | |
parent | 0bfcf79e79b762a9fb98e90b8e6310c781cfae97 (diff) | |
download | dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.gz dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.bz2 dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.lz dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.xz dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.tar.zst dexon-sol-tools-2a4456b9cae6515d0210e3a2aa4b511c0262849c.zip |
Update CHANGELOG's with publishes performed on development branch
Diffstat (limited to 'packages/sol-resolver/CHANGELOG.json')
-rw-r--r-- | packages/sol-resolver/CHANGELOG.json | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/packages/sol-resolver/CHANGELOG.json b/packages/sol-resolver/CHANGELOG.json index 895bd2104..4c4fcc25f 100644 --- a/packages/sol-resolver/CHANGELOG.json +++ b/packages/sol-resolver/CHANGELOG.json @@ -1,18 +1,23 @@ [ { - "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", "changes": [ |