Skip to content

Commit d0dac4c

Browse files
authored
Update CHANGELOG (#1840)
1 parent 2bdd631 commit d0dac4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ 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.0] (2023-01-13)
12+
13+
### Added
14+
15+
- wrap command description in help ([#1804])
16+
17+
### Changed
18+
19+
- *Breaking:* Commander 10 requires Node.js v14 or higher
20+
1121
## [9.5.0] (2023-01-07)
1222

1323
### Added
@@ -1116,6 +1126,7 @@ program
11161126
[#1767]: https://github.com/tj/commander.js/pull/1767
11171127
[#1794]: https://github.com/tj/commander.js/pull/1794
11181128
[#1795]: https://github.com/tj/commander.js/pull/1795
1129+
[#1804]: https://github.com/tj/commander.js/pull/1804
11191130
[#1832]: https://github.com/tj/commander.js/pull/1832
11201131
[#1828]: https://github.com/tj/commander.js/pull/1828
11211132

@@ -1197,6 +1208,7 @@ program
11971208
[#1028]: https://github.com/tj/commander.js/pull/1028
11981209

11991210
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1211+
[10.0.0]: https://github.com/tj/commander.js/compare/v9.5.0...v10.0.0
12001212
[9.5.0]: https://github.com/tj/commander.js/compare/v9.4.1...v9.5.0
12011213
[9.4.1]: https://github.com/tj/commander.js/compare/v9.4.0...v9.4.1
12021214
[9.4.0]: https://github.com/tj/commander.js/compare/v9.3.0...v9.4.0

0 commit comments

Comments
 (0)