Skip to content

Commit e6dec06

Browse files
committed
release: 2025-03-05, Version 16.0.0 [skip ci]
1 parent 98df6c1 commit e6dec06

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [16.0.0](https://github.com/esatterwhite/node-seeli/compare/v15.1.1...v16.0.0) (2025-03-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **from**: Remove unused `plain` parameter [98df6c1](https://github.com/esatterwhite/node-seeli/commit/98df6c18327eaf21d0690a481bd626aee80d4fe9) - Eric Satterwhite
7+
* **help**: Help text should display required flags [63b8c93](https://github.com/esatterwhite/node-seeli/commit/63b8c93779eeaed111411cb7b49d71d26504fc65) - Eric Satterwhite
8+
* **interactive**: `validate` should only be called once [78cfc8f](https://github.com/esatterwhite/node-seeli/commit/78cfc8f1f13c457b3ae993da0f68225cfda72542) - Eric Satterwhite, closes: [#134](https://github.com/esatterwhite/node-seeli/issues/134)
9+
* **wiki**: Add more information and fix typeos [067e224](https://github.com/esatterwhite/node-seeli/commit/067e22402e7df914d007a32759612b86f6c1be13) - Eric Satterwhite
10+
11+
12+
### Features
13+
14+
* **flags**: Add flags to help specify exclusivity [5f12137](https://github.com/esatterwhite/node-seeli/commit/5f12137edc197c487c9546ccabb6051681276355) - Eric Satterwhite
15+
16+
17+
### **BREAKING CHANGES**
18+
19+
* **flags:** `interactive` values need to be reset from `''` to
20+
`undefined` so that it behaves in the same way that missing argv values
21+
do. Also, validation is trickier now with the new options, so a `major`
22+
is the safe bet.
23+
124
## [15.1.1](https://github.com/esatterwhite/node-seeli/compare/v15.1.0...v15.1.1) (2025-02-20)
225

326

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seeli",
3-
"version": "15.1.1",
3+
"version": "16.0.0",
44
"description": "Object oriented, flexible CLI tools",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)