Skip to content

Commit

Permalink
Prepare for 5.0.0-2 (#1183)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Feb 11, 2020
1 parent 31f1878 commit 1a84b80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

<!-- markdownlint-disable MD024 -->

## [5.0.0-2] (2020-02-10)

### Added

- suggest help option along with unknown command error ([#1179])

### Changed

- TypeScript fluent return types changed to be more subclass friendly, return `this` rather than `Command` ([#1180])

## [5.0.0-1] (2020-02-08)

### Added
Expand Down Expand Up @@ -312,8 +322,11 @@ program
[#1165]: https://github.com/tj/commander.js/pull/1165
[#1169]: https://github.com/tj/commander.js/pull/1169
[#1172]: https://github.com/tj/commander.js/pull/1172
[#1179]: https://github.com/tj/commander.js/pull/1179
[#1180]: https://github.com/tj/commander.js/pull/1180

[Unreleased]: https://github.com/tj/commander.js/compare/master...develop
[5.0.0-2]: https://github.com/tj/commander.js/compare/v5.0.0-1..v5.0.0-2
[5.0.0-1]: https://github.com/tj/commander.js/compare/v5.0.0-0..v5.0.0-1
[5.0.0-0]: https://github.com/tj/commander.js/compare/v4.1.1..v5.0.0-0
[4.1.1]: https://github.com/tj/commander.js/compare/v4.1.0..v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "5.0.0-1",
"version": "5.0.0-2",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand Down

0 comments on commit 1a84b80

Please sign in to comment.