diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-18 20:31:03 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-07-18 20:31:03 +0800 |
commit | 904968cf4a899642d3f4e78abc53352125e17447 (patch) | |
tree | ccf0511d5cd827570bd01a4c73599cb6ea3d2baa /packages/abi-gen | |
parent | 56a4a374cde67e0e5c0c748ed6bee9bb2a084bd9 (diff) | |
download | dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.tar dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.tar.gz dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.tar.bz2 dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.tar.lz dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.tar.xz dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.tar.zst dexon-sol-tools-904968cf4a899642d3f4e78abc53352125e17447.zip |
Fix an inconsistency in abi-gen CHANGELOG.json
Diffstat (limited to 'packages/abi-gen')
-rw-r--r-- | packages/abi-gen/CHANGELOG.json | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/packages/abi-gen/CHANGELOG.json b/packages/abi-gen/CHANGELOG.json index ef8f5dd39..933ffe30c 100644 --- a/packages/abi-gen/CHANGELOG.json +++ b/packages/abi-gen/CHANGELOG.json @@ -1,14 +1,5 @@ [ { - "version": "0.4.1", - "changes": [ - { - "note": "skip generation of wrappers that are already up to date", - "pr": 788 - } - ] - }, - { "version": "0.4.0", "changes": [ { @@ -18,6 +9,10 @@ { "note": "Remove the output directory before writing to it", "pr": 822 + }, + { + "note": "skip generation of wrappers that are already up to date", + "pr": 788 } ] }, |