Skip to content

Commit a430c25

Browse files
committed
release 0.4.0
1 parent 67d4a33 commit a430c25

File tree

3 files changed

+8
-23
lines changed

3 files changed

+8
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,18 @@
11

22
#### [Current]
3-
* [247417d](../../commit/247417d) - __(Chris Blake)__ Merge pull request [#172](../../issues/172) from 'irc-updates'.
4-
5-
Enable network auto-reconnect and channel auto-rejoin.
6-
7-
Switches to matrix-org node-irc version.
8-
9-
* [33ab25d](../../commit/33ab25d) - __(Chris Blake)__ Replace irc dependency with matrix-org version.
10-
* [6c9b2de](../../commit/6c9b2de) - __(Chris Blake)__ Enable network auto-reconnect and channel auto-rejoin
3+
* [67d4a33](../../commit/67d4a33) - __(Chris Blake)__ release 0.3.9
4+
* [52fcb1c](../../commit/52fcb1c) - __(Chris Blake)__ Replace irc dependency with matrix-org version.
5+
* [b088487](../../commit/b088487) - __(Chris Blake)__ Enable network auto-reconnect and channel auto-rejoin
116

127
Closes [#93](../../issues/93)
138

14-
* [e806518](../../commit/e806518) - __(Chris Blake)__ Merge pull request [#169](../../issues/169) from gra2m/patch-1
15-
16-
Update hubot creation documentation.
17-
18-
* [7869b7d](../../commit/7869b7d) - __(Gregor Martynus)__ docs(README): replace hubot --create with yo hubot
19-
* [394e48e](../../commit/394e48e) - __(Chris Blake)__ Merge pull request [#167](../../issues/167) from tmccleve/master
20-
21-
Allow enabling SASL
22-
23-
Also closes [#160](../../issues/160).
24-
9+
* [cc634a1](../../commit/cc634a1) - __(Gregor Martynus)__ docs(README): replace hubot --create with yo hubot
10+
* [548e0ec](../../commit/548e0ec) - __(Tyler McCleve)__ Add sasl
11+
* [ec70eea](../../commit/ec70eea) - __(Tyler McCleve)__ Adding sasl options
2512
* [545ecb6](../../commit/545ecb6) - __(Chris Blake)__ Merge pull request [#158](../../issues/158) from JamiKarvanen/fix-channel-regex
2613

2714
Add ! to channel.match regex
2815

29-
* [3c5320b](../../commit/3c5320b) - __(Tyler McCleve)__ Add sasl
30-
* [e152f12](../../commit/e152f12) - __(Tyler McCleve)__ Adding sasl options
3116
* [7c35ef1](../../commit/7c35ef1) - __(Peter Tripp)__ Add npm badge
3217
* [8ad2674](../../commit/8ad2674) - __(Peter Tripp)__ Merge pull request [#165](../../issues/165) from internaught/master
3318

CONTRIBUTORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
122 Jacob Gable
22
39 Fernando Ortiz
33
7 Elliott Foster
4-
6 Chris Blake
54
5 Robb Wright
5+
4 Chris Blake
66
4 Tom Bell
77
3 Benoît Zugmeyer
88
3 Gavin

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot-irc",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"author": "Fernando Ortiz <nandub@nandub.info>",
55
"description": "IRC adapter for Hubot 2.3",
66
"keywords": "hubot irc adapter",

0 commit comments

Comments
 (0)