diff --git a/History.md b/History.md index 114848d..21f371e 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,8 @@ +### v3.0.2 + - [#60](https://github.com/keithamus/parallelshell/pulls/60) < Node 8 fix + - [#33](https://github.com/keithamus/parallelshell/issues/33) Readme fix + ([@darkguy2008](https://github.com/darkguy2008)) + ### v3.0.1 - [#58](https://github.com/keithamus/parallelshell/issues/58) Fix CRLF problem not allowing parallelshell to start up (shame on me!). diff --git a/README.md b/README.md index 440472f..525b5a8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ non-zero exit status, the rest are stopped and the exit code carries through. ### Version compatibility notes -* v2.0.0 is compatible with Node < 8 -* v3.x.x is compatible with Node >= 8 +* Fully compatible with Node up to v8 and later! ### Maintenance has been resumed by [@darkguy2008](https://github.com/darkguy2008). However, there are also better options, see [Consolidation of multiple similar libraries](https://github.com/mysticatea/npm-run-all/issues/10). diff --git a/package.json b/package.json index 776f314..5cb1d30 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "parallelshell", - "version": "3.0.1", + "version": "3.0.2", "description": "Invoke multiple commands, running in parallel", - "homepage": "https://github.com/keithamus/parallelshell", + "homepage": "https://github.com/darkguy2008/parallelshell", "repository": { "type": "git", - "url": "git@github.com:keithamus/parallelshell.git" + "url": "git@github.com:darkguy2008/parallelshell.git" }, "bugs": { - "url": "https://github.com/keithamus/parallelshell/issues" + "url": "https://github.com/darkguy2008/parallelshell/issues" }, "main": "index.js", "bin": { @@ -21,7 +21,7 @@ "parallel", "shell" ], - "author": "Keith Cirkel (http://keithcirkel.co.uk/)", + "author": "DARKGuy ", "license": "MIT", "devDependencies": { "bluebird": "^3.5.0", @@ -29,4 +29,4 @@ "coffee-script": "^1.12.6", "mocha": "^3.4.2" } -} +} \ No newline at end of file