Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brycekahle committed Sep 21, 2018
1 parent f4a6166 commit 7c158a2
Show file tree
Hide file tree
Showing 8 changed files with 674 additions and 525 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
@@ -1,3 +1,8 @@
1.2.0
==
* Update all outdated dependencies
* Switch to karma and browserstack for running automated browser tests

1.1.5
==
* Wrap the the contentWindow access in a try/catch block when in setTimeout #363
Expand Down
1,179 changes: 662 additions & 517 deletions dist/sockjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sockjs.js.map

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions dist/sockjs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/sockjs.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/version.js
@@ -1 +1 @@
module.exports = '1.1.5';
module.exports = '1.2.0';
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "sockjs-client",
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
"version": "1.1.5",
"version": "1.2.0",
"author": "Bryce Kahle",
"jsdelivr": "dist/sockjs.min.js",
"browser": {
Expand Down

0 comments on commit 7c158a2

Please sign in to comment.