diff --git a/ChangeLog b/ChangeLog index 17d8bc4..6f8d8cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016.04.22, v1.4.0 + +feature: +- (redrun) loud: "redrun: cmd" -> "cmd" +- (package) lint -> slowlint + + 2016.04.22, v1.3.0 feature: diff --git a/package.json b/package.json index c96664d..4d3dc7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redrun", - "version": "1.3.0", + "version": "1.4.0", "description": "expand scripts from package.json to improve execution speed", "main": "lib/redrun.js", "scripts": {