Skip to content

Commit 6df9b68

Browse files
authored
Update details for 15.0.0 release (#2519)
1 parent 01ce5d0 commit 6df9b68

5 files changed

Lines changed: 14 additions & 9 deletions

File tree

CHANGELOG.md

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

11-
## [15.0.0-0] (2025-02-22)
11+
## [15.0.0] (2025-05-29)
1212

1313
Commander 15 is ESM only. This is expected to be seamless for ESM consumers, but some CommonJS consumers may hit issues with tooling requiring configuration for ESM-only dependencies. See Migration Tips below.
1414

15-
The release of Commander 15 in May 2026 will move Commander 14 into maintenance. Commander 14 will get security updates for
15+
The release of Commander 15 moves Commander 14 into maintenance. Commander 14 will get security updates for
1616
12 months (to May 2027). For more info see [Release Policy](./docs/release-policy.md).
1717

1818
### Added
@@ -44,6 +44,10 @@ or bundler.
4444
If you have problems using Commander 15 in your environment, one option is stay on Commander 14 for now. Commander 14 will
4545
get security updates until May 2027 and things will hopefully improve for your setup in the meantime.
4646

47+
## [15.0.0-0] (2025-02-22)
48+
49+
(Released as 15.0.0)
50+
4751
## [14.0.3] (2026-01-31)
4852

4953
### Added
@@ -1575,6 +1579,7 @@ program
15751579
[#1028]: https://github.com/tj/commander.js/pull/1028
15761580

15771581
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1582+
[15.0.0]: https://github.com/tj/commander.js/compare/v15.0.0...v14.0.3
15781583
[15.0.0-0]: https://github.com/tj/commander.js/compare/v14.0.3...v15.0.0-0
15791584
[14.0.3]: https://github.com/tj/commander.js/compare/v14.0.2...v14.0.3
15801585
[14.0.2]: https://github.com/tj/commander.js/compare/v14.0.1...v14.0.2

Readme_zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ program
10601060
10611061
## 支持
10621062
1063-
当前版本的 Commander 在 LTS 版本的 Node.js 上完全支持。并且至少需要 v18
1063+
当前版本的 Commander 在 LTS 版本的 Node.js 上完全支持。并且至少需要 v22.12
10641064
(使用更低版本 Node.js 的用户建议安装更低版本的 Commander)
10651065
10661066
社区支持请访问项目的 [Issues](https://github.com/tj/commander.js/issues)。

docs/release-policy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ The current release line gets all updates: features, bug fixes, and security upd
1111

1212
| Version | First Release | Release Note | Status | End of Life |
1313
| ------- | ------------- | - | ------- | ----------- |
14-
| 14.x | 2025-05-18 | [14.0.0](https://github.com/tj/commander.js/releases/tag/v14.0.0) | current | - |
15-
| 13.x | 2024-12-30 | [13.0.0](https://github.com/tj/commander.js/releases/tag/v13.0.0) | maintenance | 2026-05-18 |
16-
| <13 | | | end of life | |
14+
| 15.x | 2026-05-29 | [15.0.0](https://github.com/tj/commander.js/releases/tag/v15.0.0) | current | - |
15+
| 14.x | 2025-05-18 | [14.0.0](https://github.com/tj/commander.js/releases/tag/v14.0.0) | maintenance | 2027-05-29 |
16+
| <14 | | | end of life | |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "15.0.0-0",
3+
"version": "15.0.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)