fix(license): Add MIT license file
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## 2025-10-27 - 4.0.13 - fix(smartcli)
|
||||||
Improve CLI argument parsing, update deps and tests
|
Improve CLI argument parsing, update deps and tests
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartcli',
|
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.'
|
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