Skip to content

Commit e0e7238

Browse files
authored
Release 6.2.1 (#1416)
* Prepare for 6.2.1 release * Use current date rather than guess release date
1 parent 6032a97 commit e0e7238

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ 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.1] (2020-12-13)
12+
13+
### Fixed
14+
15+
- some tests failed if directory path included a space ([1390])
16+
1117
## [6.2.0] (2020-10-25)
1218

1319
### Added
@@ -332,9 +338,10 @@ if (program.rawArgs.length < 3) ...
332338
[#1361]: https://github.com/tj/commander.js/pull/1361
333339
[#1368]: https://github.com/tj/commander.js/pull/1368
334340
[#1375]: https://github.com/tj/commander.js/pull/1375
335-
341+
[#1390]: https://github.com/tj/commander.js/pull/1390
336342

337343
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
344+
[6.2.1]: https://github.com/tj/commander.js/compare/v6.2.0..v6.2.1
338345
[6.2.0]: https://github.com/tj/commander.js/compare/v6.1.0..v6.2.0
339346
[6.1.0]: https://github.com/tj/commander.js/compare/v6.0.0..v6.1.0
340347
[6.0.0]: https://github.com/tj/commander.js/compare/v5.1.0..v6.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.2.0",
3+
"version": "6.2.1",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)