diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..edd8825 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js + +node_js: + - 0.8 + - 0.9 \ No newline at end of file diff --git a/CHANGES.md b/CHANGES.md index a352c33..383df48 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Version 0.0.8 (02/03/2013) +========================== +* ADDED: + * add admin plugin (be cautious, this can change some of your settings) + * added testcases for plugins + * added .travis.yml file to the package +* UPDATED: + * freenode plugin (be cautious, this can change some of your settings) + * added pluginHelper to the plugins, instead of handing over the irc class directl + Version 0.0.7 (01/28/2013) ========================== * ADDED: