Skip to content

Commit 023566e

Browse files
committed
Release 0.6.14
1 parent c306a3c commit 023566e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

History.md

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

2+
0.6.14 / 2011-02-18
3+
===================
4+
5+
* Fixed logging scope issue [shripad]
6+
27
0.6.13 / 2011-02-18
38
===================
49

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.13';
26+
exports.version = '0.6.14';

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.13"
3+
, "version" : "0.6.14"
44
, "author" : "LearnBoost"
55
, "licenses" :
66
[ { "type" : "MIT"

0 commit comments

Comments
 (0)