Skip to content

Commit 06eaad6

Browse files
committed
Release 0.3.11
1 parent 5cd4990 commit 06eaad6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.3.11
2+
======
3+
4+
* #133 - only delay disconnect on non-websocket transports
5+
* Upgrade Faye to 0.8.0
6+
17
0.3.10
28
======
39

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs",
33
"description": "SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
4-
"version": "0.3.10",
4+
"version": "0.3.11",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)