@@ -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
0 commit comments