v4.3.0
Default (tags) / security (push) Failing after 1s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-13 20:18:55 +00:00
parent 1ae31e36bc
commit b388f56e33
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -4,6 +4,9 @@
## 2026-05-13 - 4.3.0
### Features
- add optional live timers and spinners to terminal tasks (terminal)
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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.'
}