Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 270f75e8e0 | |||
| b9ec1e2be6 |
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-10-28 - 4.0.14 - fix(license)
|
||||
Add MIT license file
|
||||
|
||||
- Add MIT License file to repository to clarify licensing and copyright (Push.Rocks 2015).
|
||||
|
||||
## 2025-10-27 - 4.0.13 - fix(smartcli)
|
||||
Improve CLI argument parsing, update deps and tests
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/smartcli",
|
||||
"private": false,
|
||||
"version": "4.0.13",
|
||||
"version": "4.0.14",
|
||||
"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",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/smartcli',
|
||||
version: '4.0.13',
|
||||
version: '4.0.14',
|
||||
description: 'A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user