@@ -8,6 +8,22 @@ 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
+ ## [ 9.3.0] (2022-05-28)
12
+
13
+ ### Added
14
+
15
+ - ` .summary() ` for a short summary to use instead of description when listing subcommands in help ([ #1726 ] )
16
+ - ` Option.implies() ` to set other option values when the option is specified ([ #1724 ] )
17
+ - updated Chinese README with 9.x changes ([ #1727 ] )
18
+
19
+ ### Fixed
20
+
21
+ - TypeScript: add ` string[] ` to ` .options() ` default value parameter type for use with variadic options ([ #1721 ] )
22
+
23
+ ### Deprecated
24
+
25
+ - multi-character short option flag (e.g. ` -ws ` ) ([ #1718 ] )
26
+
11
27
## [ 9.2.0] (2022-04-15)
12
28
13
29
### Added
@@ -1057,6 +1073,11 @@ program
1057
1073
[ #1706 ] : https://github.com/tj/commander.js/pull/1706
1058
1074
[ #1708 ] : https://github.com/tj/commander.js/pull/1708
1059
1075
[ #1710 ] : https://github.com/tj/commander.js/pull/1710
1076
+ [ #1718 ] : https://github.com/tj/commander.js/pull/1718
1077
+ [ #1721 ] : https://github.com/tj/commander.js/pull/1721
1078
+ [ #1724 ] : https://github.com/tj/commander.js/pull/1724
1079
+ [ #1726 ] : https://github.com/tj/commander.js/pull/1726
1080
+ [ #1727 ] : https://github.com/tj/commander.js/pull/1727
1060
1081
1061
1082
<!-- Referenced in 5.x -->
1062
1083
[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1135,6 +1156,7 @@ program
1135
1156
[ #1028 ] : https://github.com/tj/commander.js/pull/1028
1136
1157
1137
1158
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
1159
+ [ 9.3.0 ] : https://github.com/tj/commander.js/compare/v9.2.0...v9.3.0
1138
1160
[ 9.2.0 ] : https://github.com/tj/commander.js/compare/v9.1.0...v9.2.0
1139
1161
[ 9.1.0 ] : https://github.com/tj/commander.js/compare/v9.0.0...v9.1.0
1140
1162
[ 9.0.0 ] : https://github.com/tj/commander.js/compare/v8.3.0...v9.0.0
0 commit comments