Skip to content

Commit

Permalink
make a version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Oct 26, 2011
1 parent 6aba225 commit e9dd390
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,15 @@
v1.0.4
======

* HipChat adapter support - Assaf Arkin <assaf@labnotes.org>
* XMPP adapter support - Andy Fowler <andy@andyfowler.com>
* Twilio adapter fixups - Jesse Newland <jesse@jnewland.com>
* Fixup hubot-scripts.json template examples - Mike Skalnik <mike.skalnik@gmail.com>

v1.0.3
======

* Fix IRC adapter replies - Scott Moak <scott.moak@gmail.com>
* Ensure people are running node 0.4.x - Corey Donohoe <atmos@atmos.org>
* Doc fixups - Aitor García Rey <aitor@linkingpaths.com>
* Twilio adapter support - Tom Bell <tomb@tombell.org.uk>
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hubot",
"version": "1.0.3",
"version": "1.0.4",
"author": "GitHub Inc.",
"keywords": "github hubot campfire bot",
"description": "A simple helpful Robot for your Company",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/package.json
Expand Up @@ -15,7 +15,7 @@
},

"dependencies": {
"hubot": ">= 1.0.3",
"hubot-scripts": ">= 1.0.3"
"hubot": ">= 1.0.4",
"hubot-scripts": ">= 1.0.4"
}
}

0 comments on commit e9dd390

Please sign in to comment.