diff --git a/ChangeLog b/ChangeLog index 030a96f..09c13fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2018.10.09, v6.0.0 + +feature: +- (package) rm es6-promisify +- (package) rm execon +- (package) @cloudcmd/sortify v2.0.0 +- (package) add fs-readdir-with-file-types +- (package) currify v3.0.0 +- (readify) callback -> promise +- (readify) drop support of node < 8 +- (package) redrun v7.0.0 +- (package) nyc v13.0.1 +- (package) eslint-plugin-node v7.0.1 +- (package) eslint v5.0.0 + + 2018.06.12, v5.0.6 feature: diff --git a/package.json b/package.json index 115ba2c..8f3b3af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readify", - "version": "5.0.6", + "version": "6.0.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Read directory content with file attributes: size, date, owner, mode", "homepage": "http://github.com/coderaiser/readify",