Skip to content

Commit 33195f1

Browse files
shadowspawnabetomo
authored andcommitted
Update CHANGELOG and version for 10.0.1
1 parent 321cd76 commit 33195f1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
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+
## [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

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)