Skip to content

Commit cb9925c

Browse files
committed
[dist] 0.3.15
1 parent 23f6ceb commit cb9925c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.3.15
2+
======
3+
4+
* Remove usage of naked '@' function params to be compatible with coffeescript 1.9.0 #175
5+
6+
0.3.14
7+
======
8+
9+
* Re-publish to npm because of build issue in 0.3.13
10+
111
0.3.13
212
======
313

package.json

Lines changed: 1 addition & 1 deletion
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.14",
4+
"version": "0.3.15",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)