Skip to content

Commit 7e60670

Browse files
committed
v5
1 parent b9e0363 commit 7e60670

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ mocha test/all.js
4141
###<a id="history"></a> History
4242

4343
```
44+
v1.0-beta.5 - 2014-01-28
45+
- whitelisting fix
46+
4447
v1.0-beta.4 - 2014-01-28
4548
- New options for command whitelist regex matching
4649
Note new parameter order in ProcessProxy constructor!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name":"stateful-process-command-proxy",
3-
"version":"1.0.0-beta.4",
3+
"version":"1.0.0-beta.5",
44
"description":"Module for executing commands in shells (bash or powershell etc) against a pool of stateful child processes such as bash or powershell via stdout and stderr streams",
55
"main":"statefulProcessCommandProxy.js",
66
"directories":{

0 commit comments

Comments
 (0)