diff --git a/ChangeLog b/ChangeLog index 06604ed..6b3edd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018.09.26, v2.1.0 + +feature: +- (copy-file) add copy-symlink + + 2018.09.26, v2.0.0 feature: diff --git a/package.json b/package.json index 02b9fad..d0132cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudcmd/copy-file", - "version": "2.0.0", + "version": "2.1.0", "description": "simply copy a file", "main": "lib/copy-file.js", "scripts": {