Skip to content

Commit

Permalink
Merge pull request #946 from abetomo/version_bump_2.20.0
Browse files Browse the repository at this point in the history
version bump 2.20.0
  • Loading branch information
abetomo committed Apr 3, 2019
2 parents 50922d8 + 1ffcbef commit 3e8bf54
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

2.20.0 / 2019-04-02
==================

* fix: resolve symbolic links completely when hunting for subcommands (#935)
* Update index.d.ts (#930)
* Update Readme.md (#924)
* Remove --save option as it isn't required anymore (#918)
* Add link to the license file (#900)
* Added example of receiving args from options (#858)
* Added missing semicolon (#882)
* Add extension to .eslintrc (#876)

2.19.0 / 2018-10-02
==================

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.19.0",
"version": "2.20.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand Down

0 comments on commit 3e8bf54

Please sign in to comment.