Skip to content

Commit 4b0a1f2

Browse files
committed
Release 0.6.10
1 parent e79bdb0 commit 4b0a1f2

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.6.10 / 2011-02-09
3+
===================
4+
5+
* Added SSL chat example (`make example-ssl`)
6+
* Fixed; possible write errors when a connection error event fires
7+
28
0.6.9 / 2011-02-06
39
==================
410

lib/socket.io/index.js

Lines changed: 1 addition & 1 deletion
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.9';
26+
exports.version = '0.6.10';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ "name" : "socket.io"
22
, "description" : "The cross-browser WebSocket"
3-
, "version" : "0.6.9"
3+
, "version" : "0.6.10"
44
, "author" : "LearnBoost"
55
, "licenses" :
66
[ { "type" : "MIT"

0 commit comments

Comments
 (0)