Skip to content

Commit eed665d

Browse files
committed
Add 12.0.0-1 changes to CHANGELOG
1 parent 09244af commit eed665d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- markdownlint-disable MD024 -->
99
<!-- markdownlint-disable MD004 -->
1010

11+
## [12.0.0-1] (2024-01-20)
12+
13+
### Added
14+
15+
- `.addHelpOption()` as another way of configuring built-in help option
16+
- `.helpCommand()` for configuring built-in help command
17+
18+
### Changed
19+
20+
- `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated)
21+
- refactor internal implementation of built-in help option
22+
- refactor internal implementation of built-in help command
23+
24+
### Deprecated
25+
26+
- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command)
27+
28+
1129
## [12.0.0-0] (2023-11-11)
1230

1331
### Fixed

0 commit comments

Comments
 (0)