Skip to content

Commit b77a0e9

Browse files
shadowspawnabetomo
authored andcommittedApr 15, 2022
Prepare for 9.2.0
1 parent bf205d1 commit b77a0e9

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+
## [9.2.0] (2022-04-15)
12+
13+
### Added
14+
15+
- conditional export of 'types' for upcoming TypeScript module resolution ([#1703])
16+
- example file showing two ways to add global options to subcommands ([#1708])
17+
18+
### Fixed
19+
20+
- detect option conflicts in parent commands of called subcommand ([#1710])
21+
1122
## [9.1.0] (2022-03-19)
1223

1324
### Added
@@ -1039,6 +1050,9 @@ program
10391050
[#1675]: https://github.com/tj/commander.js/pull/1675
10401051
[#1678]: https://github.com/tj/commander.js/pull/1678
10411052
[#1698]: https://github.com/tj/commander.js/pull/1698
1053+
[#1703]: https://github.com/tj/commander.js/pull/1703
1054+
[#1708]: https://github.com/tj/commander.js/pull/1708
1055+
[#1710]: https://github.com/tj/commander.js/pull/1710
10421056

10431057
<!-- Referenced in 5.x -->
10441058
[#1]: https://github.com/tj/commander.js/issues/1

‎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": "9.1.0",
3+
"version": "9.2.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)
Please sign in to comment.