Skip to content

Commit a0178fa

Browse files
committed
Release 0.3.18
1 parent ac7dd95 commit a0178fa

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.18
2+
======
3+
4+
* Change to using `res.statusCode` instead of manual parsing of `res._header` #213
5+
* Update sockjs-protocol filename in README #203
6+
17
0.3.17
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.17",
4+
"version": "0.3.18",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)