From 8fc62fca0cdcc746f43dae871b403d17946419ac Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 3 May 2018 13:01:07 +0300 Subject: [PATCH] chore(package) v2.1.0 --- ChangeLog | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",