@@ -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+ ## [ 14.0.3] (2026-01-31)
12+
13+ ### Added
14+
15+ - Release Policy document ([ #2462 ] )
16+
17+ ### Changes
18+
19+ - old major versions now supported for 12 months instead of just previous major version, to give predictable end-of-life date ([ #2462 ] )
20+ - clarify typing for deprecated callback parameter to ` .outputHelp() ` ([ #2427 ] )
21+ - simple readability improvements to README ([ #2465 ] )
22+
1123## [ 14.0.2] (2025-10-25)
1224
1325### Changed
@@ -1439,7 +1451,10 @@ program
14391451[ #2396 ] : https://github.com/tj/commander.js/pull/2396
14401452[ #2409 ] : https://github.com/tj/commander.js/pull/2409
14411453[ #2410 ] : https://github.com/tj/commander.js/pull/2410
1454+ [ #2427 ] : https://github.com/tj/commander.js/pull/2427
14421455[ #2428 ] : https://github.com/tj/commander.js/pull/2428
1456+ [ #2462 ] : https://github.com/tj/commander.js/pull/2462
1457+ [ #2465 ] : https://github.com/tj/commander.js/pull/2465
14431458
14441459<!-- Referenced in 5.x -->
14451460[ #1 ] : https://github.com/tj/commander.js/issues/1
@@ -1519,6 +1534,7 @@ program
15191534[ #1028 ] : https://github.com/tj/commander.js/pull/1028
15201535
15211536[ Unreleased ] : https://github.com/tj/commander.js/compare/master...develop
1537+ [ 14.0.3 ] : https://github.com/tj/commander.js/compare/v14.0.2...v14.0.3
15221538[ 14.0.2 ] : https://github.com/tj/commander.js/compare/v14.0.1...v14.0.2
15231539[ 14.0.1 ] : https://github.com/tj/commander.js/compare/v14.0.0...v14.0.1
15241540[ 14.0.0 ] : https://github.com/tj/commander.js/compare/v13.1.0...v14.0.0
0 commit comments