Skip to content

Commit

Permalink
version bump 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abetomo authored and roman-vanesyan committed Nov 22, 2017
1 parent 0060dde commit 7e22f38
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@

2.12.0 / 2017-11-22
==================

* add attributeName() method to Option objects
* Documentation updated for options with --no prefix
* typings: `outputHelp` takes a string as the first parameter
* typings: use overloads
* feat(typings): update to match js api
* Print default value in option help
* Fix translation error
* Fail when using same command and alias (#491)
* feat(typings): add help callback
* fix bug when description is add after command with options (#662)
* Format js code
* Rename History.md to CHANGELOG.md (#668)
* feat(typings): add typings to support TypeScript (#646)
* use current node

2.11.0 / 2017-07-03
==================

Expand Down
13 changes: 12 additions & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "commander",
"version": "2.11.0",
"version": "2.12.0",
"description": "the complete solution for node.js command-line programs",
"keywords": [
"commander",
Expand All @@ -23,12 +23,12 @@
"index.js"
],
"dependencies": {
"@types/node": "^7.0.39"
"@types/node": "^7.0.48"
},
"devDependencies": {
"should": "^11.2.1",
"sinon": "^2.3.5",
"typescript": "^2.4.1"
"typescript": "^2.6.1"
},
"typings": "typings/index.d.ts"
}

0 comments on commit 7e22f38

Please sign in to comment.