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.' }