@@ -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+ ## [ 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+
1125## [ 10.0.0] (2023-01-13)
1226
1327### Added
@@ -1129,6 +1143,11 @@ program
11291143[ #1804 ] : https://github.com/tj/commander.js/pull/1804
11301144[ #1832 ] : https://github.com/tj/commander.js/pull/1832
11311145[ #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
11321151
11331152<!-- Referenced in 5.x -->
11341153[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1208,6 +1227,7 @@ program
12081227[ #1028 ] : https://github.com/tj/commander.js/pull/1028
12091228
12101229[ 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
12111231[ 10.0.0 ] : https://github.com/tj/commander.js/compare/v9.5.0...v10.0.0
12121232[ 9.5.0 ] : https://github.com/tj/commander.js/compare/v9.4.1...v9.5.0
12131233[ 9.4.1 ] : https://github.com/tj/commander.js/compare/v9.4.0...v9.4.1
0 commit comments