diff --git a/ChangeLog b/ChangeLog index 64087ff..83c82cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016.04.27, v1.8.3 + +fix: +- (redrun) names with "." + + 2016.04.27, v1.8.2 fix: diff --git a/package.json b/package.json index 83c8666..3274b3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redrun", - "version": "1.8.2", + "version": "1.8.3", "description": "expand scripts from package.json to improve execution speed", "main": "lib/redrun.js", "scripts": {