Skip to content

Commit cffcff5

Browse files
committed
1.4.0
1 parent 27bd89a commit cffcff5

File tree

8 files changed

+19
-12
lines changed

8 files changed

+19
-12
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
1.4.0
2+
==
3+
* Add `timeout` option to set a minimum transport timeout. Fixes #403
4+
* Update dev deps to fix security warnings from `npm audit`
5+
* Guard against null `this._transport` in `debug` statement. Fixes #448
6+
17
1.3.0
28
==
39
* Revert `debug` to `^3` because v4 starts using ES6. Fixes #457

dist/sockjs.js

Lines changed: 5 additions & 4 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: 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.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.

lib/version.js

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

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
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.",
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"author": "Bryce Kahle",
66
"jsdelivr": "dist/sockjs.min.js",
77
"browser": {
@@ -74,7 +74,7 @@
7474
"test:browser_remote": "npm run test:bundle && npx karma start",
7575
"gulp": "gulp",
7676
"lint": "eslint .",
77-
"version": "gulp release && git add -A dist lib/version.js",
77+
"version": "gulp release && git add -A dist lib/version.js Changelog.md",
7878
"postversion": "npm publish",
7979
"postpublish": "git push origin --all && git push origin --tags"
8080
}

0 commit comments

Comments
 (0)