Skip to content

Commit c887e34

Browse files
committed
[dist] 1.0.3
1 parent 05c8404 commit c887e34

File tree

7 files changed

+15
-10
lines changed

7 files changed

+15
-10
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.0.3
2+
==
3+
4+
* Use `https` module for xhr requests in node when url uses https - #254
5+
16
1.0.2
27
==
38

dist/sockjs-1.0.2.js renamed to dist/sockjs-1.0.3.js

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

dist/sockjs-1.0.2.min.js renamed to dist/sockjs-1.0.3.min.js

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

dist/sockjs.js

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

dist/sockjs.min.js

Lines changed: 2 additions & 2 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.0.2';
1+
module.exports = '1.0.3';

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.0.2",
4+
"version": "1.0.3",
55
"author": "Bryce Kahle",
66
"browser": {
77
"./lib/transport/driver/websocket.js": "./lib/transport/browser/websocket.js",

0 commit comments

Comments
 (0)