Skip to content

Commit 6bb693b

Browse files
committed
0.3.23
1 parent 5d8842e commit 6bb693b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Changelog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.33
2+
======
3+
* Fix `uuid` usage
4+
15
0.3.22
26
======
37
* Update `uuid`

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs",
33
"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.",
4-
"version": "0.3.22",
4+
"version": "0.3.23",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)