Skip to content

Commit a0f6afb

Browse files
committed
0.3.20
1 parent b989e9b commit a0f6afb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.3.20
2+
======
3+
* Updated `node-uuid` and `coffeescript`
4+
* Exclude `examples`, `tests`, and `Makefile` from npm package
5+
* Update examples to use latest jQuery and sockjs-client #271
6+
* Don't call `res.end` in `writeHead` #266
7+
* Pin `websocket-driver` as later versions cause some tests from `sockjs-protocol` to fail
8+
19
0.3.19
210
======
311

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.19",
4+
"version": "0.3.20",
55
"author": "Marek Majkowski",
66
"bugs": {
77
"url": "https://github.com/sockjs/sockjs-node/issues"

0 commit comments

Comments
 (0)