We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae5696c commit 1c108dcCopy full SHA for 1c108dc
CHANGELOG.md
@@ -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
8
v2.0.6
9
======
10
There is a ton of new functionality. The Second laziest changelog entry in a while.
package.json
@@ -1,6 +1,6 @@
{
"name": "hubot-scripts",
- "version": "2.0.6",
+ "version": "2.1.0",
"author": "hubot",
"keywords": "hubot plugin scripts campfire bot robot",
"description": "Allows you to opt in to a variety of scripts",
@@ -15,8 +15,7 @@
15
},
16
17
"dependencies": {
18
- "hubot": ">= 2.0.4",
19
- "optparse": "1.0.3",
+ "hubot": ">= 2.3.0",
20
"redis": "0.7.2"
21
22
0 commit comments