Skip to content
This repository has been archived by the owner on Nov 14, 2017. It is now read-only.

Commit

Permalink
Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoudrey committed Jul 5, 2012
1 parent eb33ee4 commit bc8957d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
0.8.0 / 2012-07-05
==================

* Added `mention_name` to each entry returned by `Bot.getRoster`. (Pull req. #25 by Garret Heaton)
* Added `mention_name` to `Bot` to obtain the mention name of the bot. (Pull req. #25 by Garret Heaton)
* Added `historyStanzas` argument to `Bot.join` to specify the max amount history entries to request. (Pull req. #23 by Garret Heaton)

0.7.0 / 2012-01-13 0.7.0 / 2012-01-13
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "wobot", "name": "wobot",
"version": "0.7.0", "version": "0.8.0",
"description": "A plugin-based HipChat bot.", "description": "A plugin-based HipChat bot.",
"keywords": ["bot", "hipchat"], "keywords": ["bot", "hipchat"],
"homepage": "http://github.com/cjoudrey/wobot", "homepage": "http://github.com/cjoudrey/wobot",
Expand Down

1 comment on commit bc8957d

@cjoudrey
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published on NPM. I was unable to compile node-expat (a dependency of node-xmpp) in Node v0.8.0 (might be related to xmppo/node-expat#39) so I did not bump the version in the package.json.

/cc @powdahound

Please sign in to comment.