diff --git a/ChangeLog b/ChangeLog index 1d09b3a..db44c4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018.05.03, v2.1.0 + +feature: +- (fs-copy-file) add mask support introduce in node v10 +- (travis) add node v10 + + 2018.05.02, v2.0.0 feature: diff --git a/package.json b/package.json index fc84908..9a3095b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fs-copy-file", - "version": "2.0.0", + "version": "2.1.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "fs.copyFile ponyfill", "homepage": "http://github.com/coderaiser/fs-copy-file",