This commit is contained in:
2026-05-10 14:33:40 +00:00
parent 04517232e8
commit ee94feddfa
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-10 - 3.5.0
### Features
- Add inherited terminal stdio support to `execSpawn` for trusted interactive CLIs.
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartshell",
"private": false,
"version": "3.4.0",
"version": "3.5.0",
"description": "A library for executing shell commands using promises.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartshell',
version: '3.4.0',
version: '3.5.0',
description: 'A library for executing shell commands using promises.'
}