Skip to content

Commit

Permalink
Merge pull request #275 from zhiyelee/2.4.0
Browse files Browse the repository at this point in the history
version bump v2.4.0
  • Loading branch information
zhiyelee committed Oct 17, 2014
2 parents c0d13ac + c5305b9 commit db67c89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2.4.0 / 2014-10-17
==================
* Fixed a bug on executing the coercion function of subcommands option. Closes #270
* added `Command.prototype.name` to retrieve command name. Closes #264 #266 @tonylukasavage
* added `Command.prototype.opts` to retrieve all the options as a simple object of key-value pairs. Closes #262 @tonylukasavage
* Fixed a bug on subcommand name. Closes #248 @jonathandelgado
* Fixed function normalize doesn’t honor option terminator. Closes #216 @abbr

2.3.0 / 2014-07-16
==================

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.3.0"
, "version": "2.4.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 db67c89

Please sign in to comment.