Skip to content

Commit c3aedc7

Browse files
committed
release 0.2.9
1 parent 156f0cd commit c3aedc7

File tree

3 files changed

+35
-8
lines changed

3 files changed

+35
-8
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11

22
#### [Current]
3+
* [156f0cd](../../commit/156f0cd) - __(Fernando Ortiz)__ Merge pull request [#166](../../issues/166) from Wykks/patch-1
4+
5+
Update irc
6+
* [ca47a9f](../../commit/ca47a9f) - __(Wykks)__ Update irc
7+
8+
Update irc to 0.5.0 in order to make it work with recent version of nodejs.
9+
* [d40d6a3](../../commit/d40d6a3) - __(Jacob Gable)__ Merge pull request [#150](../../issues/150) from notpeter/master
10+
11+
Document HUBOT_IRC_USERNAME
12+
* [51d1f4b](../../commit/51d1f4b) - __(Fernando Ortiz)__ add dep to compile on node 0.8 and other changes
13+
* [aca43c9](../../commit/aca43c9) - __(Fernando Ortiz)__ Merge pull request [#153](../../issues/153) from BenoitZugmeyer/master
14+
15+
Node 4 compatibility
16+
* [fb6d24c](../../commit/fb6d24c) - __(Fernando Ortiz)__ Merge pull request [#154](../../issues/154) from BenoitZugmeyer/fix-travis
17+
18+
Add coffeelint as dependency, to fix travis build
19+
* [97e2bfa](../../commit/97e2bfa) - __(Benoît Zugmeyer)__ Include node 4 in travis builds
20+
* [9671a07](../../commit/9671a07) - __(Benoît Zugmeyer)__ Add coffeelint as dependency, to fix travis build
21+
* [1c92923](../../commit/1c92923) - __(Benoît Zugmeyer)__ Update node-irc version
22+
23+
Fix node 4.x installation
24+
25+
* [0ca5f01](../../commit/0ca5f01) - __(Peter Tripp)__ Document HUBOT_IRC_USERNAME
26+
* [f905a66](../../commit/f905a66) - __(Jacob Gable)__ release 0.2.8
327
* [f0cc4f8](../../commit/f0cc4f8) - __(Jacob Gable)__ Version 0.2.8
428
* [bc47ab6](../../commit/bc47ab6) - __(Jacob Gable)__ Merge pull request [#143](../../issues/143) from radnor/patch-1
529

CONTRIBUTORS.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
120 Jacob Gable
2-
34 Fernando Ortiz
1+
122 Jacob Gable
2+
38 Fernando Ortiz
33
7 Elliott Foster
44
5 Robb Wright
55
4 Tom Bell
66
3 take_cheeze
7+
3 Benoît Zugmeyer
78
3 Gavin
89
3 suisho
10+
2 Peter Golm
911
2 James O'Beirne
12+
2 Christian Gärtner
1013
2 Patrick Boos
14+
2 Stephen Yeargin
1115
2 Fabian Frank
12-
2 Christian Gärtner
1316
2 kmnk
14-
2 Peter Golm
15-
2 Stephen Yeargin
16-
1 Josh Betz
1717
1 Josh Snyder
1818
1 Kevin Lo
1919
1 Kyle Kelley
@@ -22,15 +22,17 @@
2222
1 Parker Moore
2323
1 Patrick Connolly
2424
1 Pete Cheslock
25+
1 Peter Tripp
2526
1 Saebekassebil
2627
1 Sally Young
2728
1 Shinji Tanaka
2829
1 Simon Gate
2930
1 William Albright
3031
1 Andy
32+
1 Yaroslav Shirokov
3133
1 fmitchell
3234
1 kingcody
33-
1 Yaroslav Shirokov
35+
1 Wykks
3436
1 Arthur Maltson
3537
1 BotDev
3638
1 Cameron Turner
@@ -45,3 +47,4 @@
4547
1 Jason Vasquez
4648
1 John E. Vincent
4749
1 John Michel
50+
1 Josh Betz

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hubot-irc",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"author": "Fernando Ortiz <[email protected]>",
55
"description": "IRC adapter for Hubot 2.3",
66
"keywords": "hubot irc adapter",

0 commit comments

Comments
 (0)