diff --git a/ChangeLog b/ChangeLog index 1f3ba45..f294242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015.01.15, v1.8.4 + +feature: +- (package) execon v1.1.0 + + 2014.12.25, v1.8.3 feature: diff --git a/package.json b/package.json index 155fae5..d50f533 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spawnify", - "version": "1.8.3", + "version": "1.8.4", "author": "coderaiser (https://github.com/coderaiser)", "description": "Create new processes, change directories, auto switch between spawn and exec", "homepage": "http://github.com/coderaiser/spawnify",