commander 6.2.0 → 6.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,12 @@ 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.1] (2020-12-13)
|
|
12
|
+
|
|
13
|
+
### Fixed
|
|
14
|
+
|
|
15
|
+
- some tests failed if directory path included a space ([1390])
|
|
16
|
+
|
|
11
17
|
## [6.2.0] (2020-10-25)
|
|
12
18
|
|
|
13
19
|
### Added
|
|
@@ -332,9 +338,10 @@ if (program.rawArgs.length < 3) ...
|
|
|
332
338
|
[#1361]: https://github.com/tj/commander.js/pull/1361
|
|
333
339
|
[#1368]: https://github.com/tj/commander.js/pull/1368
|
|
334
340
|
[#1375]: https://github.com/tj/commander.js/pull/1375
|
|
335
|
-
|
|
341
|
+
[#1390]: https://github.com/tj/commander.js/pull/1390
|
|
336
342
|
|
|
337
343
|
[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
|
|
338
345
|
[6.2.0]: https://github.com/tj/commander.js/compare/v6.1.0..v6.2.0
|
|
339
346
|
[6.1.0]: https://github.com/tj/commander.js/compare/v6.0.0..v6.1.0
|
|
340
347
|
[6.0.0]: https://github.com/tj/commander.js/compare/v5.1.0..v6.0.0
|