Skip to content

Commit 9c7cfc0

Browse files
shadowspawnabetomo
authored andcommitted
Prepare for 6.1.0
1 parent 84fe0da commit 9c7cfc0

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- markdownlint-disable MD024 -->
99
<!-- markdownlint-disable MD004 -->
1010

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+
1128
## [6.0.0] (2020-07-21)
1229

1330
### Added
@@ -285,8 +302,15 @@ if (program.rawArgs.length < 3) ...
285302
[#1256]: https://github.com/tj/commander.js/pull/1256
286303
[#1275]: https://github.com/tj/commander.js/pull/1275
287304
[#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
288311

289312
[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
290314
[6.0.0]: https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0
291315
[6.0.0-0]: https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0-0
292316
[5.1.0]: https://github.com/tj/commander.js/compare/v5.0.0..v5.1.0

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "6.0.0",
3+
"version": "6.1.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)