Skip to content

Commit

Permalink
Update CHANGELOG and dependences for 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored and abetomo committed Mar 21, 2021
1 parent 7b6567e commit 327a3dd
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 565 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [7.2.0] (2021-03-26)

### Added

- TypeScript typing for `parent` property on `Command` ([#1475])
- TypeScript typing for `.attributeName()` on `Option` ([#1483])
- support information in package ([#1477])

### Changed

- improvements to error messages, README, and tests
- update dependencies

## [7.1.0] (2021-02-15)

### Added
Expand Down Expand Up @@ -402,10 +415,12 @@ to expand `-fb` to `-f -b` rather than `-f b`.
[#1453]: https://github.com/tj/commander.js/pull/1453
[#1454]: https://github.com/tj/commander.js/pull/1454
[#1464]: https://github.com/tj/commander.js/pull/1464


[#1475]: https://github.com/tj/commander.js/pull/1475
[#1477]: https://github.com/tj/commander.js/pull/1477
[#1483]: https://github.com/tj/commander.js/pull/1483

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[7.2.0]: https://github.com/tj/commander.js/compare/v7.1.0...v7.2.0
[7.1.0]: https://github.com/tj/commander.js/compare/v7.0.0...v7.1.0
[7.0.0]: https://github.com/tj/commander.js/compare/v6.2.1...v7.0.0
[7.0.0-2]: https://github.com/tj/commander.js/compare/v7.0.0-1...v7.0.0-2
Expand Down

0 comments on commit 327a3dd

Please sign in to comment.