Skip to content

Commit f2aec26

Browse files
shadowspawnabetomo
authored andcommitted
Prepare for 9.3.0
1 parent e89eca8 commit f2aec26

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@ 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.3.0] (2022-05-28)
12+
13+
### Added
14+
15+
- `.summary()` for a short summary to use instead of description when listing subcommands in help ([#1726])
16+
- `Option.implies()` to set other option values when the option is specified ([#1724])
17+
- updated Chinese README with 9.x changes ([#1727])
18+
19+
### Fixed
20+
21+
- TypeScript: add `string[]` to `.options()` default value parameter type for use with variadic options ([#1721])
22+
23+
### Deprecated
24+
25+
- multi-character short option flag (e.g. `-ws`) ([#1718])
26+
1127
## [9.2.0] (2022-04-15)
1228

1329
### Added
@@ -1057,6 +1073,11 @@ program
10571073
[#1706]: https://github.com/tj/commander.js/pull/1706
10581074
[#1708]: https://github.com/tj/commander.js/pull/1708
10591075
[#1710]: https://github.com/tj/commander.js/pull/1710
1076+
[#1718]: https://github.com/tj/commander.js/pull/1718
1077+
[#1721]: https://github.com/tj/commander.js/pull/1721
1078+
[#1724]: https://github.com/tj/commander.js/pull/1724
1079+
[#1726]: https://github.com/tj/commander.js/pull/1726
1080+
[#1727]: https://github.com/tj/commander.js/pull/1727
10601081

10611082
<!-- Referenced in 5.x -->
10621083
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1135,6 +1156,7 @@ program
11351156
[#1028]: https://github.com/tj/commander.js/pull/1028
11361157

11371158
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1159+
[9.3.0]: https://github.com/tj/commander.js/compare/v9.2.0...v9.3.0
11381160
[9.2.0]: https://github.com/tj/commander.js/compare/v9.1.0...v9.2.0
11391161
[9.1.0]: https://github.com/tj/commander.js/compare/v9.0.0...v9.1.0
11401162
[9.0.0]: https://github.com/tj/commander.js/compare/v8.3.0...v9.0.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "9.2.0",
3+
"version": "9.3.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)