Skip to content

Commit

Permalink
Merge pull request #309 from zhiyelee/2.5.1
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
zhiyelee committed Dec 15, 2014
2 parents a03b902 + f40ac13 commit 863e73a
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,8 @@
2.5.1 / 2014-12-15
==================

* fixed two bugs incurred by variadic arguments. Close #291 @Quentin01 #302 @zhiyelee

2.5.0 / 2014-10-24
==================

Expand All @@ -24,6 +29,7 @@

* add passing of previous option value
* fix: support subcommands on windows. Closes #142
* Now the defaultValue passed as the second argument of the coercion function.

2.1.0 / 2013-11-21
==================
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.0"
, "version": "2.5.1"
, "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 863e73a

Please sign in to comment.