diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-05 23:15:44 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-05 23:15:44 +0800 |
commit | 00dbddc1aafd56c352e7a8905338d81e236b1fa1 (patch) | |
tree | c8462eb4e6882a39dec601b990f75761b4897ce8 /packages/sol-compiler/CHANGELOG.json | |
parent | b552c2bd0c5090629a96bc6b0e032cb85d9c52b3 (diff) | |
parent | b411e2250aed82b87d1cbebf5cf805d794ddbdb7 (diff) | |
download | dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.gz dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.bz2 dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.lz dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.xz dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.tar.zst dexon-0x-contracts-00dbddc1aafd56c352e7a8905338d81e236b1fa1.zip |
Merge remote-tracking branch 'upstream/development' into website
# Conflicts:
# packages/website/package.json
# packages/website/ts/style/colors.ts
Diffstat (limited to 'packages/sol-compiler/CHANGELOG.json')
-rw-r--r-- | packages/sol-compiler/CHANGELOG.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/sol-compiler/CHANGELOG.json b/packages/sol-compiler/CHANGELOG.json index 2ca983c59..fe077b6cc 100644 --- a/packages/sol-compiler/CHANGELOG.json +++ b/packages/sol-compiler/CHANGELOG.json @@ -1,5 +1,23 @@ [ { + "version": "1.1.15", + "changes": [ + { + "note": "Fix bug where we were appending base path to absolute imports (e.g NPM imports)", + "pr": 1311 + } + ] + }, + { + "timestamp": 1543401373, + "version": "1.1.14", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "timestamp": 1542821676, "version": "1.1.13", "changes": [ |