Skip to content

Commit 1b8e82d

Browse files
shadowspawnabetomo
authored andcommitted
Update CHANGELOG for 11.0.0
1 parent 752900d commit 1b8e82d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
<!-- markdownlint-disable MD024 -->
99
<!-- markdownlint-disable MD004 -->
1010

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+
1123
## [10.0.1] (2023-04-15)
1224

1325
### Added
@@ -1148,6 +1160,9 @@ program
11481160
[#1858]: https://github.com/tj/commander.js/pull/1858
11491161
[#1859]: https://github.com/tj/commander.js/pull/1859
11501162
[#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
11511166

11521167
<!-- Referenced in 5.x -->
11531168
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1227,6 +1242,7 @@ program
12271242
[#1028]: https://github.com/tj/commander.js/pull/1028
12281243

12291244
[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
12301246
[10.0.1]: https://github.com/tj/commander.js/compare/v10.0.0...v10.0.1
12311247
[10.0.0]: https://github.com/tj/commander.js/compare/v9.5.0...v10.0.0
12321248
[9.5.0]: https://github.com/tj/commander.js/compare/v9.4.1...v9.5.0

0 commit comments

Comments
 (0)