Skip to content

Commit 0692be5

Browse files
authored
Prepare for 14.0.2 (#2437)
1 parent 88a348e commit 0692be5

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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+
## [14.0.2] (2025-10-25)
12+
13+
### Changed
14+
15+
- improve negative number auto-detection test ([#2428])
16+
- update (dev) dependencies
17+
1118
## [14.0.1] (2025-09-12)
1219

1320
### Fixed
@@ -1432,6 +1439,7 @@ program
14321439
[#2396]: https://github.com/tj/commander.js/pull/2396
14331440
[#2409]: https://github.com/tj/commander.js/pull/2409
14341441
[#2410]: https://github.com/tj/commander.js/pull/2410
1442+
[#2428]: https://github.com/tj/commander.js/pull/2428
14351443

14361444
<!-- Referenced in 5.x -->
14371445
[#1]: https://github.com/tj/commander.js/issues/1
@@ -1511,6 +1519,7 @@ program
15111519
[#1028]: https://github.com/tj/commander.js/pull/1028
15121520

15131521
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
1522+
[14.0.2]: https://github.com/tj/commander.js/compare/v14.0.1...v14.0.2
15141523
[14.0.1]: https://github.com/tj/commander.js/compare/v14.0.0...v14.0.1
15151524
[14.0.0]: https://github.com/tj/commander.js/compare/v13.1.0...v14.0.0
15161525
[13.1.0]: https://github.com/tj/commander.js/compare/v13.0.0...v13.1.0

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": "14.0.1",
3+
"version": "14.0.2",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)