diff --git a/ChangeLog b/ChangeLog index 5418c59..0d3f1cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015.01.19, v1.9.0 + +feature: +- (spawnify) add: start, kill + + 2015.01.16, v1.8.6 fix: diff --git a/package.json b/package.json index 5ebc996..7ca9649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spawnify", - "version": "1.8.6", + "version": "1.9.0", "author": "coderaiser (https://github.com/coderaiser)", "description": "Create new processes, change directories, auto switch between spawn and exec", "homepage": "http://github.com/coderaiser/spawnify",