Skip to content

Commit c40c275

Browse files
shadowspawnabetomo
authored andcommitted
Prepate for 6.2.0 release
1 parent 3d40a2e commit c40c275

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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.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+
1125
## [6.1.0] (2020-08-28)
1226

1327
### Added
@@ -308,8 +322,16 @@ if (program.rawArgs.length < 3) ...
308322
[#1323]: https://github.com/tj/commander.js/pull/1323
309323
[#1325]: https://github.com/tj/commander.js/pull/1325
310324
[#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+
311332

312333
[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
313335
[6.1.0]: https://github.com/tj/commander.js/compare/v6.0.0..v6.1.0
314336
[6.0.0]: https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0
315337
[6.0.0-0]: https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0-0

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)