Skip to content

Commit

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

2.17.0 / 2018-08-03
==================

* fixed newline output after help information (#833)
* Fix to emit the action even without command (#778)
* npm update (#823)

2.16.0 / 2018-06-29
==================

Expand Down
68 changes: 45 additions & 23 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.16.0",
"version": "2.17.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand All @@ -26,10 +26,10 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "^10.5.1",
"eslint": "^5.0.1",
"should": "^13.2.1",
"sinon": "^6.0.1",
"@types/node": "^10.5.5",
"eslint": "^5.2.0",
"should": "^13.2.3",
"sinon": "^6.1.4",
"standard": "^11.0.1",
"typescript": "^2.9.2"
},
Expand Down

0 comments on commit 25b06ee

Please sign in to comment.