Skip to content

Commit

Permalink
Release 0.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 26, 2016
1 parent ac7dd95 commit a0178fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog
@@ -1,3 +1,9 @@
0.3.18
======

* Change to using `res.statusCode` instead of manual parsing of `res._header` #213
* Update sockjs-protocol filename in README #203

0.3.17
======

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "sockjs",
"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.",
"version": "0.3.17",
"version": "0.3.18",
"author": "Marek Majkowski",
"bugs": {
"url": "https://github.com/sockjs/sockjs-node/issues"
Expand Down

0 comments on commit a0178fa

Please sign in to comment.