@@ -8,6 +8,23 @@ 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.1.0] (2020-08-28)
12
+
13
+ ### Added
14
+
15
+ - include URL to relevant section of README for error for potential conflict between Command properties and option values ([ #1306 ] )
16
+ - ` .combineFlagAndOptionalValue(false) ` to ease upgrade path from older versions of Commander ([ #1326 ] )
17
+ - allow disabling the built-in help option using ` .helpOption(false) ` ([ #1325 ] )
18
+ - allow just some arguments in ` argumentDescription ` to ` .description() ` ([ #1323 ] )
19
+
20
+ ### Changed
21
+
22
+ - tidy async test and remove lint override ([ #1312 ] )
23
+
24
+ ### Fixed
25
+
26
+ - executable subcommand launching when script path not known ([ #1322 ] )
27
+
11
28
## [ 6.0.0] (2020-07-21)
12
29
13
30
### Added
@@ -285,8 +302,15 @@ if (program.rawArgs.length < 3) ...
285
302
[ #1256 ] : https://github.com/tj/commander.js/pull/1256
286
303
[ #1275 ] : https://github.com/tj/commander.js/pull/1275
287
304
[ #1301 ] : https://github.com/tj/commander.js/issues/1301
305
+ [ #1306 ] : https://github.com/tj/commander.js/pull/1306
306
+ [ #1312 ] : https://github.com/tj/commander.js/pull/1312
307
+ [ #1322 ] : https://github.com/tj/commander.js/pull/1322
308
+ [ #1323 ] : https://github.com/tj/commander.js/pull/1323
309
+ [ #1325 ] : https://github.com/tj/commander.js/pull/1325
310
+ [ #1326 ] : https://github.com/tj/commander.js/pull/1326
288
311
289
312
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
313
+ [ 6.1.0 ] : https://github.com/tj/commander.js/compare/v6.0.0..v6.1.0
290
314
[ 6.0.0 ] : https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0
291
315
[ 6.0.0-0 ] : https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0-0
292
316
[ 5.1.0 ] : https://github.com/tj/commander.js/compare/v5.0.0..v5.1.0
0 commit comments