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

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Throne3d committed Jul 1, 2017
1 parent c46de56 commit 506dadd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <throne3d@gmail.com>",
"scripts": {
"test": "./node_modules/faucet/bin/cmd.js test/test-*.js",
Expand Down

0 comments on commit 506dadd

Please sign in to comment.