Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 506dadd

Browse files
committed
Bump version to 0.6.1
1 parent c46de56 commit 506dadd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [v0.6.1](https://github.com/martynsmith/node-irc/tree/v0.6.1) (2016-07-01)
4+
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.6.0...v0.6.1)
5+
6+
**Fixed bugs:**
7+
8+
- Fix crash on `-mode` event when mode not set (e.g. unbanning a user when the user is not banned)
9+
- README now represents updated version of program, represents name change of npm package to `irc-upd`
10+
311
## [v0.6.0](https://github.com/martynsmith/node-irc/tree/v0.6.0) (2016-07-01)
412
[Full Changelog](https://github.com/Throne3d/node-irc/compare/v0.5.2...v0.6.0)
513

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = '0.6'
5252
# The full version, including alpha/beta/rc tags.
53-
release = '0.6.0'
53+
release = '0.6.1'
5454

5555
# The language for content autogenerated by Sphinx. Refer to documentation
5656
# for a list of supported languages.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "irc-upd",
33
"description": "An IRC client library for node",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": "Edward Jones <[email protected]>",
66
"scripts": {
77
"test": "./node_modules/faucet/bin/cmd.js test/test-*.js",

0 commit comments

Comments
 (0)