Skip to content

Commit 80b578a

Browse files
committed
Push to 3.0.0 (semver) for npm package publish
1 parent 11e1d29 commit 80b578a

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v3.0.0
2+
- [#56](https://github.com/keithamus/parallelshell/issues/56)
3+
[#57](https://github.com/keithamus/parallelshell/issues/57) Fix problem
4+
with node >= 8 where it says that cwd is not a string.
5+
([@darkguy2008](https://github.com/darkguy2008))
6+
17
### v1.1.1
28

39
- [#11](https://github.com/keithamus/parallelshell/pull/11) Fix regression

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ This is a super simple npm module to run shell commands in parallel. All
44
processes will share the same stdout/stderr, and if any command exits with a
55
non-zero exit status, the rest are stopped and the exit code carries through.
66

7-
### currently not maintained, see [Consolidation of multiple similar libraries](https://github.com/mysticatea/npm-run-all/issues/10)
7+
### Version compatibility notes
8+
9+
* v2.0.0 is compatible with Node < 8
10+
* v3.x.x is compatible with Node >= 8
11+
12+
### Maintenance has been resumed by [DARKGuy](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).
813

914
### Motivation
1015

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parallelshell",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Invoke multiple commands, running in parallel",
55
"homepage": "https://github.com/keithamus/parallelshell",
66
"repository": {

0 commit comments

Comments
 (0)