Skip to content

Commit 7ec1233

Browse files
committed
release 0.9.19-overleaf-8
1 parent 5e35a38 commit 7ec1233

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
0.9.19-overleaf-8 / 2022-08-18
2+
==============================
3+
4+
* Overleaf: removes dependency on socket.io-client, requests for socket.io.js must be served from the top-level app
5+
6+
0.9.19-overleaf-7 / 2022-08-18
7+
==============================
8+
9+
* Overleaf: updates this package to use the latest version of our fork of the socket.io-client library (0.9.17-overleaf-4)
10+
111
0.9.19-overleaf-6 / 2022-08-18
212
==============================
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io"
3-
, "version": "0.9.19-overleaf-7"
3+
, "version": "0.9.19-overleaf-8"
44
, "description": "Real-time apps made cross-browser & easy with a WebSocket-like API"
55
, "homepage": "http://socket.io"
66
, "keywords": ["websocket", "socket", "realtime", "socket.io", "comet", "ajax"]

0 commit comments

Comments
 (0)