File tree Expand file tree Collapse file tree 3 files changed +22
-13
lines changed Expand file tree Collapse file tree 3 files changed +22
-13
lines changed Original file line number Diff line number Diff line change 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+
110v2.5.5
211======
312
Original file line number Diff line number Diff line change 11{
22 "name" : " hubot" ,
3- "version" : " 2.5.5 " ,
3+ "version" : " 2.6.0 " ,
44
55 "author" : " hubot" ,
66
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" : {
Original file line number Diff line number Diff line change 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" ,
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" : {
You can’t perform that action at this time.
0 commit comments