From ee94feddfae0336e8959d45f7994d9aedfeb2e93 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Sun, 10 May 2026 14:33:40 +0000 Subject: [PATCH] v3.5.0 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 672683f..b51ac03 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-10 - 3.5.0 + ### Features - Add inherited terminal stdio support to `execSpawn` for trusted interactive CLIs. diff --git a/package.json b/package.json index d71d294..0ab34c6 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index bc8b139..6a2a6b4 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -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.' }