Skip to content

Commit

Permalink
Merge pull request #319 from zhiyelee/v2.6.0
Browse files Browse the repository at this point in the history
v2.6.0
  • Loading branch information
zhiyelee committed Dec 29, 2014
2 parents 4ccfe0e + 5caca2f commit c6807fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2.6.0 / 2014-12-30
==================

* added `Command#allowUnknownOption` method. Close #138 #318 @doozr @zhiyelee
* Add application description to the help msg. Close #112 @dalssoft

2.5.1 / 2014-12-15
==================

Expand Down
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.5.1"
, "version": "2.6.0"
, "description": "the complete solution for node.js command-line programs"
, "keywords": ["command", "option", "parser", "prompt"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand Down

0 comments on commit c6807fd

Please sign in to comment.