Skip to content

Commit ad38579

Browse files
committed
1.1.0
1 parent 51cddf4 commit ad38579

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

History.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### v1.1.0
2+
3+
- [#9](https://github.com/keithamus/parallelshell/pull/9) Add shell colour
4+
support (passing through colours from child shells). (Fixes #7)
5+
([@paulpflug](https://github.com/paulpflug))
6+
- [#8](https://github.com/keithamus/parallelshell/pull/8) Fix examples in
7+
README to better support Windows.
8+
([@jeffcharles](https://github.com/jeffcharles))
9+
10+
### v1.0.4
11+
12+
- [#4](https://github.com/keithamus/parallelshell/pull/4) Ensure app doesn't
13+
crash if the exit code isn't present (on some windows machines)
14+
([@jackysee](https://github.com/jackysee))
15+
16+
### v1.0.3
17+
18+
Fix deploy issues
19+
20+
### v1.0.2
21+
22+
Fix deploy issues
23+
24+
### v1.0.1
25+
26+
Fix deploy issues
27+
28+
### v1.0.0
29+
30+
Initial Release

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": "1.0.4",
3+
"version": "1.1.0",
44
"description": "Invoke multiple commands, running in parallel",
55
"homepage": "https://github.com/keithamus/parallelshell",
66
"repository": {

0 commit comments

Comments
 (0)