From 1a543cdb98feb69c0c0dc47afaf74989c7a623e1 Mon Sep 17 00:00:00 2001 From: Bryce Kahle Date: Thu, 26 Feb 2015 10:48:47 -0500 Subject: [PATCH] [dist] 0.3.13 --- Changelog | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 1848b863..71d0f723 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +0.3.13 +====== + + * Upgrade faye-websocket to 0.9.3 to fix #171 + 0.3.12 ====== diff --git a/package.json b/package.json index 909b3e71..991ba017 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.12", + "version": "0.3.13", "author": "Marek Majkowski", "bugs": { "url": "https://github.com/sockjs/sockjs-node/issues"