@@ -8,6 +8,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88<!-- markdownlint-disable MD024 -->
99<!-- markdownlint-disable MD004 -->
1010
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+
1127## [ 9.2.0] (2022-04-15)
1228
1329### Added
@@ -1057,6 +1073,11 @@ program
10571073[ #1706 ] : https://github.com/tj/commander.js/pull/1706
10581074[ #1708 ] : https://github.com/tj/commander.js/pull/1708
10591075[ #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
10601081
10611082<!-- Referenced in 5.x -->
10621083[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1135,6 +1156,7 @@ program
11351156[ #1028 ] : https://github.com/tj/commander.js/pull/1028
11361157
11371158[ 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
11381160[ 9.2.0 ] : https://github.com/tj/commander.js/compare/v9.1.0...v9.2.0
11391161[ 9.1.0 ] : https://github.com/tj/commander.js/compare/v9.0.0...v9.1.0
11401162[ 9.0.0 ] : https://github.com/tj/commander.js/compare/v8.3.0...v9.0.0
0 commit comments