Skip to content

Commit

Permalink
version bump 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored and roman-vanesyan committed Oct 8, 2018
1 parent 6aafa20 commit 78b7dbd
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 57 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,11 @@

2.19.0 / 2018-10-02
==================

* Removed newline after Options and Commands headers (#864)
* Bugfix - Error output (#862)
* Fix to change default value to string (#856)

2.18.0 / 2018-09-07
==================

Expand Down
120 changes: 67 additions & 53 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.18.0",
"version": "2.19.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand All @@ -26,10 +26,10 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "^10.9.4",
"eslint": "^5.5.0",
"@types/node": "^10.11.3",
"eslint": "^5.6.1",
"should": "^13.2.3",
"sinon": "^6.2.0",
"sinon": "^6.3.4",
"standard": "^12.0.1",
"ts-node": "^7.0.1",
"typescript": "^2.9.2"
Expand Down

0 comments on commit 78b7dbd

Please sign in to comment.