diff --git a/Changelog b/Changelog index 45b2188..d0fd467 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +0.3.24 +====== + * Remove excess file from npm package + 0.3.23 ====== * Fix `uuid` usage diff --git a/package-lock.json b/package-lock.json index 1e18a44..2616532 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sockjs", - "version": "0.3.23", + "version": "0.3.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sockjs", - "version": "0.3.23", + "version": "0.3.24", "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", diff --git a/package.json b/package.json index 63b44d7..0cb70c1 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.23", + "version": "0.3.24", "author": "Marek Majkowski", "bugs": { "url": "https://github.com/sockjs/sockjs-node/issues"