Skip to content

Commit 1a84b80

Browse files
authored
Prepare for 5.0.0-2 (#1183)
1 parent 31f1878 commit 1a84b80

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
<!-- markdownlint-disable MD024 -->
99

10+
## [5.0.0-2] (2020-02-10)
11+
12+
### Added
13+
14+
- suggest help option along with unknown command error ([#1179])
15+
16+
### Changed
17+
18+
- TypeScript fluent return types changed to be more subclass friendly, return `this` rather than `Command` ([#1180])
19+
1020
## [5.0.0-1] (2020-02-08)
1121

1222
### Added
@@ -312,8 +322,11 @@ program
312322
[#1165]: https://github.com/tj/commander.js/pull/1165
313323
[#1169]: https://github.com/tj/commander.js/pull/1169
314324
[#1172]: https://github.com/tj/commander.js/pull/1172
325+
[#1179]: https://github.com/tj/commander.js/pull/1179
326+
[#1180]: https://github.com/tj/commander.js/pull/1180
315327

316328
[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
329+
[5.0.0-2]: https://github.com/tj/commander.js/compare/v5.0.0-1..v5.0.0-2
317330
[5.0.0-1]: https://github.com/tj/commander.js/compare/v5.0.0-0..v5.0.0-1
318331
[5.0.0-0]: https://github.com/tj/commander.js/compare/v4.1.1..v5.0.0-0
319332
[4.1.1]: https://github.com/tj/commander.js/compare/v4.1.0..v4.1.1

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "5.0.0-1",
3+
"version": "5.0.0-2",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)