We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e79bdb0 commit 4b0a1f2Copy full SHA for 4b0a1f2
History.md
@@ -1,4 +1,10 @@
1
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
8
0.6.9 / 2011-02-06
9
==================
10
lib/socket.io/index.js
@@ -23,4 +23,4 @@ exports.Listener = require('./listener');
23
* Version
24
*/
25
26
-exports.version = '0.6.9';
+exports.version = '0.6.10';
package.json
@@ -1,6 +1,6 @@
{ "name" : "socket.io"
, "description" : "The cross-browser WebSocket"
-, "version" : "0.6.9"
+, "version" : "0.6.10"
, "author" : "LearnBoost"
, "licenses" :
[ { "type" : "MIT"
0 commit comments