Skip to content

Commit 608eaf0

Browse files
authored
Update CHANGELOG for v12 (#2133)
1 parent 3f44d29 commit 608eaf0

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

CHANGELOG.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,13 @@ 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.0.0-1] (2024-01-20)
11+
## [12.0.0] (2024-02-03)
1212

1313
### Added
1414

1515
- `.addHelpOption()` as another way of configuring built-in help option ([#2006])
1616
- `.helpCommand()` for configuring built-in help command ([#2087])
1717

18-
### Changed
19-
20-
- `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated) ([#2087])
21-
- refactor internal implementation of built-in help option ([#2006])
22-
- refactor internal implementation of built-in help command ([#2087])
23-
24-
### Deprecated
25-
26-
- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command) ([#2087])
27-
28-
29-
## [12.0.0-0] (2023-11-11)
30-
3118
### Fixed
3219

3320
- *Breaking:* use non-zero exit code when spawned executable subcommand terminates due to a signal ([#2023])
@@ -40,6 +27,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
4027
- *Breaking:* throw an error if add a command with name or alias which is already in use ([#2059])
4128
- *Breaking:* throw error when calling `.storeOptionsAsProperties()` after setting an option value ([#1928])
4229
- replace non-standard JSDoc of `@api private` with documented `@private` ([#1949])
30+
- `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated) ([#2087])
31+
- refactor internal implementation of built-in help option ([#2006])
32+
- refactor internal implementation of built-in help command ([#2087])
33+
34+
### Deprecated
35+
36+
- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command) ([#2087])
4337

4438
### Removed
4539

@@ -63,6 +57,14 @@ A couple of configuration problems now throw an error, which will pick up issues
6357
- adding an option which uses the same flag as a previous option
6458
- adding a command which uses the same name or alias as a previous command
6559

60+
## [12.0.0-1] (2024-01-20)
61+
62+
(Released in 12.0.0)
63+
64+
## [12.0.0-0] (2023-11-11)
65+
66+
(Released in 12.0.0)
67+
6668
## [11.1.0] (2023-10-13)
6769

6870
### Fixed
@@ -1339,6 +1341,7 @@ program
13391341
[#1028]: https://github.com/tj/commander.js/pull/1028
13401342

13411343
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1344+
[12.0.0]: https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0
13421345
[12.0.0-1]: https://github.com/tj/commander.js/compare/v12.0.0-0...v12.0.0-1
13431346
[12.0.0-0]: https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0-0
13441347
[11.1.0]: https://github.com/tj/commander.js/compare/v11.0.0...v11.1.0

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Old versions receive security updates for six months.
66

77
| Version | Supported |
88
| ------- | ------------------------------------------ |
9-
| 10.x | :white_check_mark: support ends 2024-01-16 |
10-
| < 10 | :x: |
9+
| 11.x | :white_check_mark: support ends 2024-07-03 |
10+
| < 11 | :x: |
1111

1212
Pull Requests for security issues will be considered for older versions back to 2.x.
1313

0 commit comments

Comments
 (0)