diff --git a/changelog.md b/changelog.md index a685479..7bd9c58 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,9 @@ + +## 2026-05-13 - 4.3.0 + ### Features - add optional live timers and spinners to terminal tasks (terminal) diff --git a/package.json b/package.json index 5e3997c..28b6b35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartcli", "private": false, - "version": "4.2.0", + "version": "4.3.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 843b8c4..d085761 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.2.0', + version: '4.3.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.' }