Skip to content

Commit 3e8bf54

Browse files
authoredApr 3, 2019
Merge pull request #946 from abetomo/version_bump_2.20.0
version bump 2.20.0
2 parents 50922d8 + 1ffcbef commit 3e8bf54

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
 

‎CHANGELOG.md

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

2+
2.20.0 / 2019-04-02
3+
==================
4+
5+
* fix: resolve symbolic links completely when hunting for subcommands (#935)
6+
* Update index.d.ts (#930)
7+
* Update Readme.md (#924)
8+
* Remove --save option as it isn't required anymore (#918)
9+
* Add link to the license file (#900)
10+
* Added example of receiving args from options (#858)
11+
* Added missing semicolon (#882)
12+
* Add extension to .eslintrc (#876)
13+
214
2.19.0 / 2018-10-02
315
==================
416

‎package-lock.json

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

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commander",
3-
"version": "2.19.0",
3+
"version": "2.20.0",
44
"description": "the complete solution for node.js command-line programs",
55
"keywords": [
66
"commander",

0 commit comments

Comments
 (0)
Please sign in to comment.