@@ -8,6 +8,20 @@ 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
+ ## [ 10.0.1] (2023-04-15)
12
+
13
+ ### Added
14
+
15
+ - improvements to documentation ([ #1858 ] , [ #1859 ] , [ #1860 ] )
16
+
17
+ ### Fixed
18
+
19
+ - remove unused ` Option.optionFlags ` property from TypeScript definition ([ #1844 ] )
20
+
21
+ ### Changed
22
+
23
+ - assume boolean option intended if caller passes string instead of hash to ` .implies() ` ([ #1854 ] )
24
+
11
25
## [ 10.0.0] (2023-01-13)
12
26
13
27
### Added
@@ -1129,6 +1143,11 @@ program
1129
1143
[ #1804 ] : https://github.com/tj/commander.js/pull/1804
1130
1144
[ #1832 ] : https://github.com/tj/commander.js/pull/1832
1131
1145
[ #1828 ] : https://github.com/tj/commander.js/pull/1828
1146
+ [ #1844 ] : https://github.com/tj/commander.js/pull/1844
1147
+ [ #1854 ] : https://github.com/tj/commander.js/pull/1854
1148
+ [ #1858 ] : https://github.com/tj/commander.js/pull/1858
1149
+ [ #1859 ] : https://github.com/tj/commander.js/pull/1859
1150
+ [ #1860 ] : https://github.com/tj/commander.js/pull/1860
1132
1151
1133
1152
<!-- Referenced in 5.x -->
1134
1153
[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1208,6 +1227,7 @@ program
1208
1227
[ #1028 ] : https://github.com/tj/commander.js/pull/1028
1209
1228
1210
1229
[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
1230
+ [ 10.0.1 ] : https://github.com/tj/commander.js/compare/v10.0.0...v10.0.1
1211
1231
[ 10.0.0 ] : https://github.com/tj/commander.js/compare/v9.5.0...v10.0.0
1212
1232
[ 9.5.0 ] : https://github.com/tj/commander.js/compare/v9.4.1...v9.5.0
1213
1233
[ 9.4.1 ] : https://github.com/tj/commander.js/compare/v9.4.0...v9.4.1
0 commit comments