Skip to content

Commit 1e4ccd3

Browse files
committed
1.0.3
1 parent 76f6d8e commit 1e4ccd3

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ mocha test/all.js
5555
### <a id="history"></a> History
5656

5757
```
58+
v1.0.3 - 2026-05-15
59+
- Address #22 fix auto-invalidation when busy
60+
- Address #23 bump minmatch version
61+
5862
v1.0.2 - 2024-09-16
5963
- Address #21 Fix slice cropping data output
6064

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2",
3+
"version": "1.0.3",
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)