From c07b2969b8ed4d378ee93aef905fdb31a3c73252 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Wed, 13 May 2026 14:52:58 +0000 Subject: [PATCH] v4.1.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 7d24409..f2e93a8 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-13 - 4.1.0 + ### Features - add live terminal task rendering with interactive and non-interactive output modes (terminal) diff --git a/package.json b/package.json index 96bb3fe..bfbf0c6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartcli", "private": false, - "version": "4.0.21", + "version": "4.1.0", "description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.", "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 b5e783f..d0a1adb 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartcli', - version: '4.0.21', + version: '4.1.0', description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.' }