Skip to content

Commit 78b7dbd

Browse files
abetomoroman-vanesyan
authored andcommittedOct 8, 2018
version bump 2.19.0
1 parent 6aafa20 commit 78b7dbd

File tree

3 files changed

+78
-57
lines changed

3 files changed

+78
-57
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
2.19.0 / 2018-10-02
3+
==================
4+
5+
* Removed newline after Options and Commands headers (#864)
6+
* Bugfix - Error output (#862)
7+
* Fix to change default value to string (#856)
8+
29
2.18.0 / 2018-09-07
310
==================
411

‎package-lock.json

+67-53
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "2.18.0",
3+
"version": "2.19.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",
@@ -26,10 +26,10 @@
2626
],
2727
"dependencies": {},
2828
"devDependencies": {
29-
"@types/node": "^10.9.4",
30-
"eslint": "^5.5.0",
29+
"@types/node": "^10.11.3",
30+
"eslint": "^5.6.1",
3131
"should": "^13.2.3",
32-
"sinon": "^6.2.0",
32+
"sinon": "^6.3.4",
3333
"standard": "^12.0.1",
3434
"ts-node": "^7.0.1",
3535
"typescript": "^2.9.2"

0 commit comments

Comments
 (0)
Please sign in to comment.