Skip to content

Commit b84534b

Browse files
authored
Prepare for 8.2.0 (#1597)
* Prepare for 8.2.0 * Fix the month
1 parent 91ccfd5 commit b84534b

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

11+
## [8.2.0] (2021-09-10)
12+
13+
### Added
14+
15+
- `.showSuggestionAfterError()` to show suggestions after unknown command or unknown option ([#1590])
16+
- add `Option` support for values from environment variables using `.env()` ([#1587])
17+
18+
### Changed
19+
20+
- show error for unknown global option before subcommand (rather than just help) ([#1590])
21+
1122
## [8.1.0] (2021-07-27)
1223

1324
### Added
@@ -380,8 +391,11 @@ program
380391
[#1557]: https://github.com/tj/commander.js/pull/1557
381392
[#1567]: https://github.com/tj/commander.js/pull/1567
382393
[#1570]: https://github.com/tj/commander.js/pull/1570
394+
[#1587]: https://github.com/tj/commander.js/pull/1587
395+
[#1590]: https://github.com/tj/commander.js/pull/1590
383396

384397
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
398+
[8.2.0]: https://github.com/tj/commander.js/compare/v8.1.0...v8.2.0
385399
[8.1.0]: https://github.com/tj/commander.js/compare/v8.0.0...v8.1.0
386400
[8.0.0]: https://github.com/tj/commander.js/compare/v7.2.0...v8.0.0
387401
[8.0.0-2]: https://github.com/tj/commander.js/compare/v8.0.0-1...v8.0.0-2

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)