diff --git a/Changelog b/Changelog index 8b0af339..363f960e 100644 --- a/Changelog +++ b/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 ====== diff --git a/package.json b/package.json index e4268ef5..6041b592 100644 --- a/package.json +++ b/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"