diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f79d1cf1..3cc418d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. +## [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 @@ -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 diff --git a/package-lock.json b/package-lock.json index d4051ac43..3f9d5727a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commander", - "version": "5.0.0-1", + "version": "5.0.0-2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5b97a1e69..dd8874cbc 100644 --- a/package.json +++ b/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",