Skip to content

Commit 7ca0606

Browse files
committed
Release 0.6.17
1 parent f603600 commit 7ca0606

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

History.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

2-
0.7.0 / 2011-??-??
2+
0.6.17 / 2011-03-30
33
==================
44

5+
* Fixed the 'possible EventEmitter memory leak detected' bug for the XHR transport
56
* Reconnection support added to chat example. [3rd-Eden]
67

78
0.6.16 / 2011-03-04

lib/socket.io/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
2323
* Version
2424
*/
2525

26-
exports.version = '0.6.16';
26+
exports.version = '0.6.17';

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "socket.io"
33
, "description": "The cross-browser WebSocket"
4-
, "version": "0.6.16"
4+
, "version": "0.6.17"
55
, "author": "Guillermo Rauch <[email protected]>"
66
, "contributors": [
77
{ "name": "Guillermo Rauch", "email": "[email protected]" }

0 commit comments

Comments
 (0)