Skip to content

Commit 82fcb98

Browse files
shadowspawnabetomo
authored andcommitted
Update CHANGELOG preparing for 9.4.0
1 parent 177cc6e commit 82fcb98

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ 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.4.0] (2022-07-15)
12+
13+
### Added
14+
15+
- `preSubcommand` hook called before direct subcommands ([#1763])
16+
17+
### Fixed
18+
19+
- export `InvalidOptionArgumentError` in esm ([#1756])
20+
21+
### Changed
22+
23+
- update dependencies ([#1767])
24+
1125
## [9.3.0] (2022-05-28)
1226

1327
### Added
@@ -1078,6 +1092,9 @@ program
10781092
[#1724]: https://github.com/tj/commander.js/pull/1724
10791093
[#1726]: https://github.com/tj/commander.js/pull/1726
10801094
[#1727]: https://github.com/tj/commander.js/pull/1727
1095+
[#1756]: https://github.com/tj/commander.js/pull/1756
1096+
[#1763]: https://github.com/tj/commander.js/pull/1763
1097+
[#1767]: https://github.com/tj/commander.js/pull/1767
10811098

10821099
<!-- Referenced in 5.x -->
10831100
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1156,6 +1173,7 @@ program
11561173
[#1028]: https://github.com/tj/commander.js/pull/1028
11571174

11581175
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1176+
[9.4.0]: https://github.com/tj/commander.js/compare/v9.3.0...v9.4.0
11591177
[9.3.0]: https://github.com/tj/commander.js/compare/v9.2.0...v9.3.0
11601178
[9.2.0]: https://github.com/tj/commander.js/compare/v9.1.0...v9.2.0
11611179
[9.1.0]: https://github.com/tj/commander.js/compare/v9.0.0...v9.1.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.3.0",
3+
"version": "9.4.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)