Skip to content

Commit

Permalink
Prepare for 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored and abetomo committed Jul 27, 2021
1 parent e6943c4 commit a036bde
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
<!-- markdownlint-disable MD004 -->

## [8.1.0] (2021-07-27)

### Added

- `.copyInheritedSettings()` ([#1557])
- Chinese translation update for Commander v8 README ([#1570])
- `Argument` methods for `.argRequired()` and `.argOptional()` ([#1567])

## [8.0.0] (2021-06-25)

### Added
Expand Down Expand Up @@ -369,6 +377,9 @@ program
[#1529]: https://github.com/tj/commander.js/pull/1529
[#1534]: https://github.com/tj/commander.js/pull/1534
[#1539]: https://github.com/tj/commander.js/pull/1539
[#1557]: https://github.com/tj/commander.js/pull/1557
[#1567]: https://github.com/tj/commander.js/pull/1567
[#1570]: https://github.com/tj/commander.js/pull/1570

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[8.0.0]: https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "8.0.0",
"version": "8.1.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand Down

0 comments on commit a036bde

Please sign in to comment.