diff --git a/Changelog b/Changelog index 8bcc506..8206172 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +0.3.33 +====== + * Fix `uuid` usage + 0.3.22 ====== * Update `uuid` diff --git a/package-lock.json b/package-lock.json index 7873c24..1e18a44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sockjs", - "version": "0.3.22", + "version": "0.3.23", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sockjs", - "version": "0.3.22", + "version": "0.3.23", "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", diff --git a/package.json b/package.json index e739b49..63b44d7 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.22", + "version": "0.3.23", "author": "Marek Majkowski", "bugs": { "url": "https://github.com/sockjs/sockjs-node/issues"