Skip to content

Commit de4af3a

Browse files
abetomosegfaultmedaddy
authored andcommitted
version bump 2.14.0
Also upgrade dependent packages
1 parent 445e80e commit de4af3a

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
2.14.0 / 2018-02-05
3+
==================
4+
5+
* only register the option:version event once
6+
* Fixes issue #727: Passing empty string for option on command is set to undefined
7+
* enable eqeqeq rule
8+
* resolves #754 add linter configuration to project
9+
* resolves #560 respect custom name for version option
10+
* document how to override the version flag
11+
* document using options per command
12+
213
2.13.0 / 2018-01-09
314
==================
415

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",
@@ -26,12 +26,12 @@
2626
],
2727
"dependencies": {},
2828
"devDependencies": {
29-
"@types/node": "^7.0.48",
29+
"@types/node": "^7.0.52",
3030
"eslint": "^3.19.0",
3131
"should": "^11.2.1",
3232
"sinon": "^2.4.1",
3333
"standard": "^10.0.3",
34-
"typescript": "^2.6.2"
34+
"typescript": "^2.7.1"
3535
},
3636
"typings": "typings/index.d.ts"
3737
}

0 commit comments

Comments
 (0)