From a0f6afb109f8a1b0141fa6ac6a7f082af8a689cf Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Mon, 9 Mar 2020 15:54:32 -0400 Subject: [PATCH] 0.3.20 --- Changelog | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index a24453ee..412d6e5b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +0.3.20 +====== + * Updated `node-uuid` and `coffeescript` + * Exclude `examples`, `tests`, and `Makefile` from npm package + * Update examples to use latest jQuery and sockjs-client #271 + * Don't call `res.end` in `writeHead` #266 + * Pin `websocket-driver` as later versions cause some tests from `sockjs-protocol` to fail + 0.3.19 ====== diff --git a/package.json b/package.json index 48a023e5..1c37270a 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.19", + "version": "0.3.20", "author": "Marek Majkowski", "bugs": { "url": "https://github.com/sockjs/sockjs-node/issues"