Skip to content

Commit

Permalink
[misc] release 0.9.17-overleaf-3
Browse files Browse the repository at this point in the history
  • Loading branch information
das7pad committed Aug 14, 2020
1 parent d33d68b commit 60e7aa9
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.9.17-overleaf-3 / 2020-08-13
==============================

* Overleaf: harden the cleanup of sockets/transports
Delayed inflight of packages may trigger a heartbeat after closing the
transport.
https://github.com/overleaf/issues/issues/3371

0.9.17-overleaf-2 / 2020-07-30
==============================

Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Socket.IO.js build:0.9.17-overleaf-2, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */
/*! Socket.IO.js build:0.9.17-overleaf-3, development. Copyright(c) 2011 LearnBoost <dev@learnboost.com> MIT Licensed */

var io = ('undefined' === typeof module ? {} : module.exports);
(function() {
Expand All @@ -25,7 +25,7 @@ var io = ('undefined' === typeof module ? {} : module.exports);
* @api public
*/

io.version = '0.9.17-overleaf-2';
io.version = '0.9.17-overleaf-3';

/**
* Protocol implemented.
Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/io.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* @api public
*/

io.version = '0.9.17-overleaf-2';
io.version = '0.9.17-overleaf-3';

/**
* Protocol implemented.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "socket.io-client"
, "description": "Socket.IO client for the browser and node.js"
, "version": "0.9.17-overleaf-2"
, "version": "0.9.17-overleaf-3"
, "main" : "./lib/io.js"
, "browserify": "./dist/socket.io.js"
, "homepage": "http://socket.io"
Expand Down

0 comments on commit 60e7aa9

Please sign in to comment.