Skip to content

Commit 4c1c25b

Browse files
committed
Release 0.2.1
1 parent e6a25a3 commit 4c1c25b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

History.md

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

2+
0.2.1 / 2012-07-03
3+
==================
4+
5+
* Bumped ws
6+
* Emit headers event for drafts protocol
7+
* Added `data` event to `Socket`
8+
* Improves `clientTracking` memory efficiency [ruxkor]
9+
210
0.2.0 / 2012-06-19
311
==================
412

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.0';
15+
exports.version = '0.2.1';
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.0"
4+
, "version": "0.2.1"
55
, "contributors": [
66
{ "name": "Guillermo Rauch", "email": "rauchg@gmail.com" }
77
, { "name": "Einar Otto Stangvik", "email": "einaros@gmail.com" }

0 commit comments

Comments
 (0)