Skip to content

Commit 327a3dd

Browse files
shadowspawnabetomo
authored andcommitted
Update CHANGELOG and dependences for 7.2.0
1 parent 7b6567e commit 327a3dd

File tree

3 files changed

+671
-565
lines changed

3 files changed

+671
-565
lines changed

CHANGELOG.md

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

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+
1124
## [7.1.0] (2021-02-15)
1225

1326
### Added
@@ -402,10 +415,12 @@ to expand `-fb` to `-f -b` rather than `-f b`.
402415
[#1453]: https://github.com/tj/commander.js/pull/1453
403416
[#1454]: https://github.com/tj/commander.js/pull/1454
404417
[#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
407421

408422
[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
409424
[7.1.0]: https://github.com/tj/commander.js/compare/v7.0.0...v7.1.0
410425
[7.0.0]: https://github.com/tj/commander.js/compare/v6.2.1...v7.0.0
411426
[7.0.0-2]: https://github.com/tj/commander.js/compare/v7.0.0-1...v7.0.0-2

0 commit comments

Comments
 (0)