diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0a31d3..c3007eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.6.1](https://github.com/martynsmith/node-irc/tree/v0.6.1) (2016-07-01) +[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.6.0...v0.6.1) + +**Fixed bugs:** + +- Fix crash on `-mode` event when mode not set (e.g. unbanning a user when the user is not banned) +- README now represents updated version of program, represents name change of npm package to `irc-upd` + ## [v0.6.0](https://github.com/martynsmith/node-irc/tree/v0.6.0) (2016-07-01) [Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.5.2...v0.6.0) diff --git a/docs/conf.py b/docs/conf.py index e2daec77..7b50a44a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version. version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.6.0' +release = '0.6.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package.json b/package.json index 0cad94c1..a962e93a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "irc-upd", "description": "An IRC client library for node", - "version": "0.6.0", + "version": "0.6.1", "author": "Edward Jones ", "scripts": { "test": "./node_modules/faucet/bin/cmd.js test/test-*.js",