Skip to content

Commit 91e3005

Browse files
committed
[dist] 1.1.1
1 parent 94a1bec commit 91e3005

File tree

9 files changed

+196
-91
lines changed

9 files changed

+196
-91
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.1.1
2+
==
3+
4+
* Do not pass `protocols` or `options` arguments to browser WebSocket constructor - #309
5+
16
1.1.0
27
==
38

dist/sockjs-1.1.0.min.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

dist/sockjs-1.1.0.js renamed to dist/sockjs-1.1.1.js

Lines changed: 91 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sockjs-1.1.1.min.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sockjs.js

Lines changed: 91 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sockjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sockjs.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '1.1.0';
1+
module.exports = '1.1.1';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sockjs-client",
33
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. 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": "1.1.0",
4+
"version": "1.1.1",
55
"author": "Bryce Kahle",
66
"browser": {
77
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",

0 commit comments

Comments
 (0)