@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
<!-- markdownlint-disable MD024 -->
9
9
<!-- markdownlint-disable MD004 -->
10
10
11
+ ## [ 11.0.0] (2023-06-16)
12
+
13
+ ### Fixed
14
+
15
+ - help command works when help option is disabled ([ #1864 ] )
16
+
17
+ ### Changed
18
+
19
+ - leading and trailing spaces are now ignored by the .arguments() method ([ #1874 ] )
20
+ - refine "types" exports for ESM to follow TypeScript guidelines ([ #1886 ] )
21
+ - * Breaking:* Commander 11 requires Node.js v16 or higher
22
+
11
23
## [ 10.0.1] (2023-04-15)
12
24
13
25
### Added
@@ -1148,6 +1160,9 @@ program
1148
1160
[ #1858 ] : https://github.com/tj/commander.js/pull/1858
1149
1161
[ #1859 ] : https://github.com/tj/commander.js/pull/1859
1150
1162
[ #1860 ] : https://github.com/tj/commander.js/pull/1860
1163
+ [ #1864 ] : https://github.com/tj/commander.js/pull/1864
1164
+ [ #1874 ] : https://github.com/tj/commander.js/pull/1874
1165
+ [ #1886 ] : https://github.com/tj/commander.js/pull/1886
1151
1166
1152
1167
<!-- Referenced in 5.x -->
1153
1168
[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1227,6 +1242,7 @@ program
1227
1242
[ #1028 ] : https://github.com/tj/commander.js/pull/1028
1228
1243
1229
1244
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
1245
+ [ 11.0.0 ] : https://github.com/tj/commander.js/compare/v10.0.1...v11.0.0
1230
1246
[ 10.0.1 ] : https://github.com/tj/commander.js/compare/v10.0.0...v10.0.1
1231
1247
[ 10.0.0 ] : https://github.com/tj/commander.js/compare/v9.5.0...v10.0.0
1232
1248
[ 9.5.0 ] : https://github.com/tj/commander.js/compare/v9.4.1...v9.5.0
0 commit comments