Skip to content

Commit

Permalink
Bump versions and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombell committed May 7, 2013
1 parent 5cf2de9 commit 1a1e5fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.5.1
======

* Add the auth script as a default script - tombell
* Updated @userForId uses for deprecation - kch
* Fix hubot respond bug - shiwano
* Default user-agent for HTTP requests - aroben
* Fix copying executable files - brntbeer
* Fix issues with mkdirDashP - Ronald Evers

v2.5.0
======

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": "hubot",
"version": "2.5.0",
"version": "2.5.1",

"author": "hubot",

Expand Down
4 changes: 2 additions & 2 deletions src/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hosted-hubot",
"version": "2.5.0",
"version": "2.5.1",

"author": "GitHub Inc.",

Expand All @@ -24,7 +24,7 @@
},

"dependencies": {
"hubot": ">= 2.5.0",
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2"
},

Expand Down

0 comments on commit 1a1e5fa

Please sign in to comment.