This repository was archived by the owner on Sep 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
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
+
3
11
## [ v0.6.0] ( https://github.com/martynsmith/node-irc/tree/v0.6.0 ) (2016-07-01)
4
12
[ Full Changelog] ( https://github.com/Throne3d/node-irc/compare/v0.5.2...v0.6.0 )
5
13
Original file line number Diff line number Diff line change 50
50
# The short X.Y version.
51
51
version = '0.6'
52
52
# The full version, including alpha/beta/rc tags.
53
- release = '0.6.0 '
53
+ release = '0.6.1 '
54
54
55
55
# The language for content autogenerated by Sphinx. Refer to documentation
56
56
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " irc-upd" ,
3
3
"description" : " An IRC client library for node" ,
4
- "version" : " 0.6.0 " ,
4
+ "version" : " 0.6.1 " ,
5
5
"author" :
" Edward Jones <[email protected] >" ,
6
6
"scripts" : {
7
7
"test" : " ./node_modules/faucet/bin/cmd.js test/test-*.js" ,
You can’t perform that action at this time.
0 commit comments