Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Apr 30, 2013
1 parent 98a3c9d commit 51a1887
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog
@@ -1,3 +1,8 @@
0.3.7
=====

* Expose "protocol" on raw websocket connection instance, correctly

0.3.6
=====

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name" : "sockjs",
"author" : "Marek Majkowski",
"version" : "0.3.6",
"version" : "0.3.7",
"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.",
"keywords" : ["websockets", "websocket"],
"homepage" : "https://github.com/sockjs/sockjs-node",
Expand Down

0 comments on commit 51a1887

Please sign in to comment.