From ca15db96b829f1a55fe027e40be7711d064f296b Mon Sep 17 00:00:00 2001 From: zhiyelee Date: Fri, 24 Oct 2014 15:25:25 +0800 Subject: [PATCH 1/2] version bump v2.5.0 --- History.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/History.md b/History.md index 46758ac29..0d0646791 100644 --- a/History.md +++ b/History.md @@ -1,10 +1,16 @@ +2.5.0 / 2014-10-24 +================== + + * add support for variadic arguments. Closes #277 @whitlockjc + 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 + + * 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 ================== From 61d8572a264ed14317f577b7f7b1ab2b3bc55002 Mon Sep 17 00:00:00 2001 From: zhiyelee Date: Fri, 24 Oct 2014 15:31:31 +0800 Subject: [PATCH 2/2] version bump v2.5.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 529c4ee74..332d181e0 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "commander" - , "version": "2.4.0" + , "version": "2.5.0" , "description": "the complete solution for node.js command-line programs" , "keywords": ["command", "option", "parser", "prompt"] , "author": "TJ Holowaychuk " , "license": "MIT" - , "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" } + , "repository": { "type": "git", "url": "https://github.com/tj/commander.js.git" } , "devDependencies": { "should": ">= 0.0.1" } , "scripts": { "test": "make test" } , "main": "index"