@@ -8,6 +8,20 @@ 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
+ ## [ 6.2.0] (2020-10-25)
12
+
13
+ ### Added
14
+
15
+ - added 'tsx' file extension for stand-alone executable subcommands ([ #1368 ] )
16
+ - documented second parameter to ` .description() ` to describe command arguments ([ #1353 ] )
17
+ - documentation of special cases with options taking varying numbers of option-arguments ([ #1332 ] )
18
+ - documentation for terminology ([ #1361 ] )
19
+
20
+ ### Fixed
21
+
22
+ - add missing TypeScript definition for `.addHelpCommand()' ([ #1375 ] )
23
+ - removed blank line after "Arguments:" in help, to match "Options:" and "Commands:" ([ #1360 ] )
24
+
11
25
## [ 6.1.0] (2020-08-28)
12
26
13
27
### Added
@@ -308,8 +322,16 @@ if (program.rawArgs.length < 3) ...
308
322
[ #1323 ] : https://github.com/tj/commander.js/pull/1323
309
323
[ #1325 ] : https://github.com/tj/commander.js/pull/1325
310
324
[ #1326 ] : https://github.com/tj/commander.js/pull/1326
325
+ [ #1332 ] : https://github.com/tj/commander.js/pull/1332
326
+ [ #1353 ] : https://github.com/tj/commander.js/pull/1353
327
+ [ #1360 ] : https://github.com/tj/commander.js/pull/1360
328
+ [ #1361 ] : https://github.com/tj/commander.js/pull/1361
329
+ [ #1368 ] : https://github.com/tj/commander.js/pull/1368
330
+ [ #1375 ] : https://github.com/tj/commander.js/pull/1375
331
+
311
332
312
333
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
334
+ [ 6.2.0 ] : https://github.com/tj/commander.js/compare/v6.1.0..v6.2.0
313
335
[ 6.1.0 ] : https://github.com/tj/commander.js/compare/v6.0.0..v6.1.0
314
336
[ 6.0.0 ] : https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0
315
337
[ 6.0.0-0 ] : https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0-0
0 commit comments