Skip to content

Commit

Permalink
0.3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Oct 12, 2017
1 parent 9bd48d7 commit 14a5c3c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions Changelog
@@ -1,3 +1,13 @@
0.3.19
======

* Update `node-uuid` version #224
* Add `disable_cors` option to prevent CORS headers from being added to responses #218
* Add `dnt` header to whitelist #212
* Add `x-forwarded-host` and `x-forwarded-port` headers to whitelist #208
* Update `sockjs_url` default to latest 1.x target #223
* Updated hapi.js example #216

0.3.18
======

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.18",
"version": "0.3.19",
"author": "Marek Majkowski",
"bugs": {
"url": "https://github.com/sockjs/sockjs-node/issues"
Expand Down

0 comments on commit 14a5c3c

Please sign in to comment.