From 1bb9877596086590987a3ceb36ed63917b0e42d3 Mon Sep 17 00:00:00 2001 From: Corey Donohoe Date: Mon, 19 Dec 2011 11:24:43 -0800 Subject: [PATCH] release 2.0.4 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd70fad5..ef80542a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v2.0.4 +====== +There is a ton of new functionality. + +https://github.com/github/hubot-scripts/compare/v2.0.3...v2.0.4 + v2.0.3 ====== * start using `robot.logger` instead of console.log, eases runtime debugging diff --git a/package.json b/package.json index 739588f43..0af919ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot-scripts", - "version": "2.0.3", + "version": "2.0.4", "author": "hubot", "keywords": "hubot plugin scripts campfire bot robot", "description": "Allows you to opt in to a variety of scripts",