@@ -8,6 +8,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
<!-- markdownlint-disable MD024 -->
9
9
<!-- markdownlint-disable MD004 -->
10
10
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
+
11
28
## [ 12.0.0] (2024-02-03)
12
29
13
30
### Added
@@ -1262,6 +1279,12 @@ program
1262
1279
[ #2055 ] : https://github.com/tj/commander.js/pull/2055
1263
1280
[ #2059 ] : https://github.com/tj/commander.js/pull/2059
1264
1281
[ #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
1265
1288
1266
1289
<!-- Referenced in 5.x -->
1267
1290
[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1341,6 +1364,7 @@ program
1341
1364
[ #1028 ] : https://github.com/tj/commander.js/pull/1028
1342
1365
1343
1366
[ 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
1344
1368
[ 12.0.0 ] : https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0
1345
1369
[ 12.0.0-1 ] : https://github.com/tj/commander.js/compare/v12.0.0-0...v12.0.0-1
1346
1370
[ 12.0.0-0 ] : https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0-0
0 commit comments