Skip to content

Commit

Permalink
version bump 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo committed Jun 29, 2018
1 parent 1f9354f commit 8db14db
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,18 @@

2.16.0 / 2018-06-29
==================

* Remove Makefile and `test/run` (#821)
* Make 'npm test' run on Windows (#820)
* Add badge to display install size (#807)
* chore: cache node_modules (#814)
* chore: remove Node.js 4 (EOL), add Node.js 10 (#813)
* fixed typo in readme (#812)
* Fix types (#804)
* Update eslint to resolve vulnerabilities in lodash (#799)
* updated readme with custom event listeners. (#791)
* fix tests (#794)

2.15.0 / 2018-03-07
==================

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.15.1",
"version": "2.16.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand All @@ -26,12 +26,12 @@
],
"dependencies": {},
"devDependencies": {
"@types/node": "^7.0.55",
"@types/node": "^7.0.66",
"eslint": "^4.19.1",
"should": "^11.2.1",
"sinon": "^2.4.1",
"standard": "^10.0.3",
"typescript": "^2.7.2"
"typescript": "^2.9.2"
},
"typings": "typings/index.d.ts"
}

0 comments on commit 8db14db

Please sign in to comment.