Skip to content

Commit 1c108dc

Browse files
committed
Bump to 2.3.0
1 parent ae5696c commit 1c108dc

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v2.1.0
2+
======
3+
Massive update to every scripts documentation header.
4+
5+
https://github.com/github/hubot-scripts/compare/v2.0.7...v2.1.0
6+
7+
18
v2.0.6
29
======
310
There is a ton of new functionality. The Second laziest changelog entry in a while.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot-scripts",
3-
"version": "2.0.6",
3+
"version": "2.1.0",
44
"author": "hubot",
55
"keywords": "hubot plugin scripts campfire bot robot",
66
"description": "Allows you to opt in to a variety of scripts",
@@ -15,8 +15,7 @@
1515
},
1616

1717
"dependencies": {
18-
"hubot": ">= 2.0.4",
19-
"optparse": "1.0.3",
18+
"hubot": ">= 2.3.0",
2019
"redis": "0.7.2"
2120
},
2221

0 commit comments

Comments
 (0)