From ad385791acc84dac620dda5bd18219ccb758d2e5 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Sun, 8 Mar 2015 20:05:41 +0000 Subject: [PATCH] 1.1.0 --- History.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 History.md diff --git a/History.md b/History.md new file mode 100644 index 0000000..5ac226b --- /dev/null +++ b/History.md @@ -0,0 +1,30 @@ +### v1.1.0 + + - [#9](https://github.com/keithamus/parallelshell/pull/9) Add shell colour + support (passing through colours from child shells). (Fixes #7) + ([@paulpflug](https://github.com/paulpflug)) + - [#8](https://github.com/keithamus/parallelshell/pull/8) Fix examples in + README to better support Windows. + ([@jeffcharles](https://github.com/jeffcharles)) + +### v1.0.4 + + - [#4](https://github.com/keithamus/parallelshell/pull/4) Ensure app doesn't + crash if the exit code isn't present (on some windows machines) + ([@jackysee](https://github.com/jackysee)) + +### v1.0.3 + +Fix deploy issues + +### v1.0.2 + +Fix deploy issues + +### v1.0.1 + +Fix deploy issues + +### v1.0.0 + +Initial Release diff --git a/package.json b/package.json index 13975ae..b72cd1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parallelshell", - "version": "1.0.4", + "version": "1.1.0", "description": "Invoke multiple commands, running in parallel", "homepage": "https://github.com/keithamus/parallelshell", "repository": {