diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4f69c99..953ef21b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/package-lock.json b/package-lock.json index 54f6aa992..9f11925a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "commander", - "version": "2.19.0", + "version": "2.20.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a68384294..098df2bbc 100644 --- a/package.json +++ b/package.json @@ -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",