Skip to content

Commit

Permalink
version bump 2.14.0
Browse files Browse the repository at this point in the history
Also upgrade dependent packages
  • Loading branch information
abetomo authored and roman-vanesyan committed Feb 5, 2018
1 parent 445e80e commit de4af3a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,15 @@

2.14.0 / 2018-02-05
==================

* only register the option:version event once
* Fixes issue #727: Passing empty string for option on command is set to undefined
* enable eqeqeq rule
* resolves #754 add linter configuration to project
* resolves #560 respect custom name for version option
* document how to override the version flag
* document using options per command

2.13.0 / 2018-01-09
==================

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.13.0",
"version": "2.14.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand All @@ -26,12 +26,12 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "^7.0.48",
"@types/node": "^7.0.52",
"eslint": "^3.19.0",
"should": "^11.2.1",
"sinon": "^2.4.1",
"standard": "^10.0.3",
"typescript": "^2.6.2"
"typescript": "^2.7.1"
},
"typings": "typings/index.d.ts"
}

0 comments on commit de4af3a

Please sign in to comment.