File tree Expand file tree Collapse file tree 3 files changed +671
-565
lines changed Expand file tree Collapse file tree 3 files changed +671
-565
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ 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
+ ## [ 7.2.0] (2021-03-26)
12
+
13
+ ### Added
14
+
15
+ - TypeScript typing for ` parent ` property on ` Command ` ([ #1475 ] )
16
+ - TypeScript typing for ` .attributeName() ` on ` Option ` ([ #1483 ] )
17
+ - support information in package ([ #1477 ] )
18
+
19
+ ### Changed
20
+
21
+ - improvements to error messages, README, and tests
22
+ - update dependencies
23
+
11
24
## [ 7.1.0] (2021-02-15)
12
25
13
26
### Added
@@ -402,10 +415,12 @@ to expand `-fb` to `-f -b` rather than `-f b`.
402
415
[ #1453 ] : https://github.com/tj/commander.js/pull/1453
403
416
[ #1454 ] : https://github.com/tj/commander.js/pull/1454
404
417
[ #1464 ] : https://github.com/tj/commander.js/pull/1464
405
-
406
-
418
+ [ #1475 ] : https://github.com/tj/commander.js/pull/1475
419
+ [ #1477 ] : https://github.com/tj/commander.js/pull/1477
420
+ [ #1483 ] : https://github.com/tj/commander.js/pull/1483
407
421
408
422
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
423
+ [ 7.2.0 ] : https://github.com/tj/commander.js/compare/v7.1.0...v7.2.0
409
424
[ 7.1.0 ] : https://github.com/tj/commander.js/compare/v7.0.0...v7.1.0
410
425
[ 7.0.0 ] : https://github.com/tj/commander.js/compare/v6.2.1...v7.0.0
411
426
[ 7.0.0-2 ] : https://github.com/tj/commander.js/compare/v7.0.0-1...v7.0.0-2
You can’t perform that action at this time.
0 commit comments