Skip to content

Commit b53109b

Browse files
committed
Add links in CHANGELOG
1 parent 90f3c8a commit b53109b

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

CHANGELOG.md

+9-6
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212

1313
### Added
1414

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

1818
### Changed
1919

20-
- `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated)
21-
- refactor internal implementation of built-in help option
22-
- refactor internal implementation of built-in help command
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])
2323

2424
### Deprecated
2525

26-
- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command)
26+
- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command) ([#2087])
2727

2828

2929
## [12.0.0-0] (2023-11-11)
@@ -1251,13 +1251,15 @@ program
12511251
[#1969]: https://github.com/tj/commander.js/pull/1969
12521252
[#1982]: https://github.com/tj/commander.js/pull/1982
12531253
[#1983]: https://github.com/tj/commander.js/pull/1983
1254+
[#2006]: https://github.com/tj/commander.js/pull/2006
12541255
[#2010]: https://github.com/tj/commander.js/pull/2010
12551256
[#2017]: https://github.com/tj/commander.js/pull/2017
12561257
[#2019]: https://github.com/tj/commander.js/pull/2019
12571258
[#2023]: https://github.com/tj/commander.js/pull/2023
12581259
[#2027]: https://github.com/tj/commander.js/pull/2027
12591260
[#2055]: https://github.com/tj/commander.js/pull/2055
12601261
[#2059]: https://github.com/tj/commander.js/pull/2059
1262+
[#2087]: https://github.com/tj/commander.js/pull/2087
12611263

12621264
<!-- Referenced in 5.x -->
12631265
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1337,6 +1339,7 @@ program
13371339
[#1028]: https://github.com/tj/commander.js/pull/1028
13381340

13391341
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1342+
[12.0.0-1]: https://github.com/tj/commander.js/compare/v12.0.0-0...v12.0.0-1
13401343
[12.0.0-0]: https://github.com/tj/commander.js/compare/v11.1.0...v12.0.0-0
13411344
[11.1.0]: https://github.com/tj/commander.js/compare/v11.0.0...v11.1.0
13421345
[11.0.0]: https://github.com/tj/commander.js/compare/v10.0.1...v11.0.0

0 commit comments

Comments
 (0)