Skip to content

Commit 194cf80

Browse files
committed
Release 0.2.2
1 parent efc738b commit 194cf80

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
0.2.2 / 2017-01-02
3+
==================
4+
5+
* Updated EventEmitter to work with node v7
6+
* Allow mocha tests to run on ipv6 machines
7+
28
0.2.1 / 2012-07-03
39
==================
410

lib/websocket.io.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var net = require('net')
1212
* @api public
1313
*/
1414

15-
exports.version = '0.2.1';
15+
exports.version = '0.2.2';
1616

1717
/**
1818
* WebSocket protocols impls.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "websocket.io"
33
, "description": "Socket.IO websocket server"
4-
, "version": "0.2.1"
4+
, "version": "0.2.2"
55
, "contributors": [
66
{ "name": "Guillermo Rauch", "email": "[email protected]" }
77
, { "name": "Einar Otto Stangvik", "email": "[email protected]" }

0 commit comments

Comments
 (0)