diff options
author | Fabio Berger <me@fabioberger.com> | 2018-04-04 02:14:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 02:14:36 +0800 |
commit | 4a9752d7cda05f616d2709e34f4687da813d3090 (patch) | |
tree | b00a8e74aee2fe39f5999e081616144a9a8c265f /packages/tslint-config/CHANGELOG.json | |
parent | 7db9a016395eb699e7f9c531dbec2616cd2b819b (diff) | |
parent | 185f70f2ddfb5521beecf62bb400aee54f90acf3 (diff) | |
download | dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.gz dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.bz2 dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.lz dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.xz dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.tar.zst dexon-sol-tools-4a9752d7cda05f616d2709e34f4687da813d3090.zip |
Merge pull request #495 from 0xProject/fix/publishProcess
Improve Publish Flow
Diffstat (limited to 'packages/tslint-config/CHANGELOG.json')
-rw-r--r-- | packages/tslint-config/CHANGELOG.json | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/packages/tslint-config/CHANGELOG.json b/packages/tslint-config/CHANGELOG.json index 9f34a8c99..363fead6f 100644 --- a/packages/tslint-config/CHANGELOG.json +++ b/packages/tslint-config/CHANGELOG.json @@ -6,8 +6,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "timestamp": 1522658513, @@ -16,8 +15,7 @@ { "note": "Dependencies updated" } - ], - "isPublished": true + ] }, { "version": "0.4.9", @@ -26,8 +24,7 @@ "note": "Move devDeps to deps to fix missed dependency issue in published package." } ], - "timestamp": 1518102000, - "isPublished": true + "timestamp": 1518102000 }, { "version": "0.4.8", @@ -37,8 +34,7 @@ "pr": 389 } ], - "timestamp": 1518102000, - "isPublished": true + "timestamp": 1518102000 }, { "version": "0.4.7", @@ -49,8 +45,7 @@ "pr": 354 } ], - "timestamp": 1517929200, - "isPublished": true + "timestamp": 1517929200 }, { "version": "0.4.0", @@ -64,8 +59,7 @@ "Because our tools can be used in both a TS and JS environment, we want to make the private methods of any public facing interface show up at the bottom of auto-complete lists. Additionally, we wanted to remain consistent with respect to our usage of underscores in order to enforce this rule with a linter rule, rather then manual code reviews." } ], - "timestamp": 1514386800, - "isPublished": true + "timestamp": 1514386800 }, { "version": "0.3.0", @@ -75,8 +69,7 @@ "pr": 265 } ], - "timestamp": 1513695600, - "isPublished": true + "timestamp": 1513695600 }, { "version": "0.1.0", @@ -88,7 +81,6 @@ "note": "Updated to TSLint v5.8.0, requiring several rule additions to keep our conventions aligned." } ], - "timestamp": 1510585200, - "isPublished": true + "timestamp": 1510585200 } ] |