Skip to content

Commit 0edbb89

Browse files
committed
Release 0.3.17
1 parent 292d4ad commit 0edbb89

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.17
2+
======
3+
4+
* Fix usage of undefined `session` in `heartbeat_timeout` #179
5+
16
0.3.16
27
======
38

package.json

+1-1
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.16",
4+
"version": "0.3.17",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)