From 14a5c3cf097126bde74436d001816c53a0593d43 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Thu, 12 Oct 2017 12:23:55 -0400 Subject: [PATCH] 0.3.19 --- Changelog | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 363f960e..a24453ee 100644 --- a/Changelog +++ b/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 ====== diff --git a/package.json b/package.json index c07c2508..64162bd4 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.18", + "version": "0.3.19", "author": "Marek Majkowski", "bugs": { "url": "https://github.com/sockjs/sockjs-node/issues"