@@ -8,26 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
<!-- markdownlint-disable MD024 -->
9
9
<!-- markdownlint-disable MD004 -->
10
10
11
- ## [ 12.0.0-1 ] (2024-01-20 )
11
+ ## [ 12.0.0] (2024-02-03 )
12
12
13
13
### Added
14
14
15
15
- ` .addHelpOption() ` as another way of configuring built-in help option ([ #2006 ] )
16
16
- ` .helpCommand() ` for configuring built-in help command ([ #2087 ] )
17
17
18
- ### Changed
19
-
20
- - ` .addHelpCommand() ` now takes a Command (passing string or boolean still works as before but deprecated) ([ #2087 ] )
21
- - refactor internal implementation of built-in help option ([ #2006 ] )
22
- - refactor internal implementation of built-in help command ([ #2087 ] )
23
-
24
- ### Deprecated
25
-
26
- - ` .addHelpCommand() ` passing string or boolean (use ` .helpCommand() ` or pass a Command) ([ #2087 ] )
27
-
28
-
29
- ## [ 12.0.0-0] (2023-11-11)
30
-
31
18
### Fixed
32
19
33
20
- * Breaking:* use non-zero exit code when spawned executable subcommand terminates due to a signal ([ #2023 ] )
@@ -40,6 +27,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
40
27
- * Breaking:* throw an error if add a command with name or alias which is already in use ([ #2059 ] )
41
28
- * Breaking:* throw error when calling ` .storeOptionsAsProperties() ` after setting an option value ([ #1928 ] )
42
29
- replace non-standard JSDoc of ` @api private ` with documented ` @private ` ([ #1949 ] )
30
+ - ` .addHelpCommand() ` now takes a Command (passing string or boolean still works as before but deprecated) ([ #2087 ] )
31
+ - refactor internal implementation of built-in help option ([ #2006 ] )
32
+ - refactor internal implementation of built-in help command ([ #2087 ] )
33
+
34
+ ### Deprecated
35
+
36
+ - ` .addHelpCommand() ` passing string or boolean (use ` .helpCommand() ` or pass a Command) ([ #2087 ] )
43
37
44
38
### Removed
45
39
@@ -63,6 +57,14 @@ A couple of configuration problems now throw an error, which will pick up issues
63
57
- adding an option which uses the same flag as a previous option
64
58
- adding a command which uses the same name or alias as a previous command
65
59
60
+ ## [ 12.0.0-1] (2024-01-20)
61
+
62
+ (Released in 12.0.0)
63
+
64
+ ## [ 12.0.0-0] (2023-11-11)
65
+
66
+ (Released in 12.0.0)
67
+
66
68
## [ 11.1.0] (2023-10-13)
67
69
68
70
### Fixed
@@ -1339,6 +1341,7 @@ program
1339
1341
[ #1028 ] : https://github.com/tj/commander.js/pull/1028
1340
1342
1341
1343
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
1344
+ [ 12.0.0 ] : https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0
1342
1345
[ 12.0.0-1 ] : https://github.com/tj/commander.js/compare/v12.0.0-0...v12.0.0-1
1343
1346
[ 12.0.0-0 ] : https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0-0
1344
1347
[ 11.1.0 ] : https://github.com/tj/commander.js/compare/v11.0.0...v11.1.0
0 commit comments