Skip to content

Commit 2e070bb

Browse files
committed
update for v2.5.0 release
* update hubot and hubot-scripts version ranges so it doesn't install 3.0.0
1 parent 877dcf8 commit 2e070bb

File tree

3 files changed

+22
-13
lines changed

3 files changed

+22
-13
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v2.6.0
2+
======
3+
4+
* Clear ping timeout when shutting down - tombell
5+
* Don't load roles.coffee if using auth.coffee - tombell
6+
* Removed tweet.coffee from default hubot-scripts - tombell
7+
* Removed Response#http deprecation warning - tombell
8+
* Updated version range for hubot and hubot-scripts - tombell
9+
110
v2.5.5
211
======
312

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot",
3-
"version": "2.5.5",
3+
"version": "2.6.0",
44

55
"author": "hubot",
66

@@ -20,15 +20,15 @@
2020

2121
"repository" : {
2222
"type": "git",
23-
"url": "https://github.com/github/hubot.git"
23+
"url": "https://github.com/github/hubot.git"
2424
},
2525

2626
"dependencies": {
27-
"coffee-script": "1.6.2",
27+
"coffee-script": "1.6.3",
2828
"optparse": "1.0.4",
2929
"scoped-http-client": "0.9.8",
30-
"log": "1.3.1",
31-
"express": "3.1.1"
30+
"log": "1.4.0",
31+
"express": "3.3.4"
3232
},
3333

3434
"engines": {

src/templates/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "hosted-hubot",
3-
"version": "2.5.5",
2+
"name": "hosted-hubot",
3+
"version": "2.6.0",
44

5-
"author": "GitHub Inc.",
5+
"author": "GitHub Inc.",
66

7-
"keywords": [
7+
"keywords": [
88
"github",
99
"hubot",
1010
"campfire",
@@ -15,17 +15,17 @@
1515

1616
"licenses": [{
1717
"type": "MIT",
18-
"url": "http://github.com/github/hubot/raw/master/LICENSE"
18+
"url": "https://github.com/github/hubot/raw/master/LICENSE"
1919
}],
2020

2121
"repository" : {
2222
"type": "git",
23-
"url": "https://github.com/github/hubot.git"
23+
"url": "https://github.com/github/hubot.git"
2424
},
2525

2626
"dependencies": {
27-
"hubot": "2.5.5",
28-
"hubot-scripts": "2.4.6"
27+
"hubot": ">= 2.6.0 < 3.0.0",
28+
"hubot-scripts": ">= 2.5.0 < 3.0.0"
2929
},
3030

3131
"engines": {

0 commit comments

Comments
 (0)