Skip to content

Commit

Permalink
release 2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Mar 10, 2013
1 parent fe6f26b commit 49d235e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,8 @@
v2.4.8
======

* Exit on startup for a variety of critical failures.

v2.3.4
======

Expand All @@ -8,7 +13,7 @@ v2.3.4
v2.3.3
======

* Fix help parsing of javascript iles - ferlores in #322
* Fix help parsing of javascript iles - ferlores in #322

* Roles will correctly semicolon-delimit the list of roles if one (or more) roles contain a comma. - futuraprime in #327

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hubot",
"version": "2.4.7",
"version": "2.4.8",
"author": "hubot",
"keywords": ["github","hubot","campfire","bot"],
"description": "A simple helpful Robot for your Company",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/package.json
@@ -1,6 +1,6 @@
{
"name": "hosted-hubot",
"version": "2.4.7",
"version": "2.4.8",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
Expand All @@ -15,7 +15,7 @@
},

"dependencies": {
"hubot": ">=2.4.7",
"hubot": ">=2.4.8",
"hubot-scripts": ">= 2.4.1",
"optparse": "1.0.3"
},
Expand Down

0 comments on commit 49d235e

Please sign in to comment.