Skip to content

Commit 4a9b211

Browse files
authored
Prepare CHANGELOG for 12.1.0 (#2193)
1 parent 0e083f8 commit 4a9b211

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

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

11+
## [12.1.0] (2024-05-18)
12+
13+
### Added
14+
15+
- auto-detect special node flags `node --eval` and `node --print` when call `.parse()` with no arguments ([#2164])
16+
-
17+
### Changed
18+
19+
- prefix require of Node.js core modules with `node:` ([#2170])
20+
- format source files with Prettier ([#2180])
21+
- switch from StandardJS to directly calling ESLint for linting ([#2153])
22+
- extend security support for previous major version of Commander ([#2150])
23+
24+
### Removed
25+
26+
- removed unimplemented Option.fullDescription from TypeScript definition ([#2191])
27+
1128
## [12.0.0] (2024-02-03)
1229

1330
### Added
@@ -1262,6 +1279,12 @@ program
12621279
[#2055]: https://github.com/tj/commander.js/pull/2055
12631280
[#2059]: https://github.com/tj/commander.js/pull/2059
12641281
[#2087]: https://github.com/tj/commander.js/pull/2087
1282+
[#2150]: https://github.com/tj/commander.js/pull/2150
1283+
[#2153]: https://github.com/tj/commander.js/pull/2153
1284+
[#2164]: https://github.com/tj/commander.js/pull/2164
1285+
[#2170]: https://github.com/tj/commander.js/pull/2170
1286+
[#2180]: https://github.com/tj/commander.js/pull/2180
1287+
[#2191]: https://github.com/tj/commander.js/pull/2191
12651288

12661289
<!-- Referenced in 5.x -->
12671290
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1341,6 +1364,7 @@ program
13411364
[#1028]: https://github.com/tj/commander.js/pull/1028
13421365

13431366
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1367+
[12.0.0]: https://github.com/tj/commander.js/compare/v12.0.0...v12.1.0
13441368
[12.0.0]: https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0
13451369
[12.0.0-1]: https://github.com/tj/commander.js/compare/v12.0.0-0...v12.0.0-1
13461370
[12.0.0-0]: https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0-0

0 commit comments

Comments
 (0)