Skip to content

Commit e5b307c

Browse files
chore(release): 4.1.0
Diff: 4.0.6...4.1.0
1 parent 663d326 commit e5b307c

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [4.1.0](https://github.com/socketio/engine.io/compare/4.0.6...4.1.0) (2021-01-14)
2+
3+
4+
### Features
5+
6+
* add support for v3.x clients ([663d326](https://github.com/socketio/engine.io/commit/663d326d18de598318bd2120b2b70cd51adf8955))
7+
8+
19
## [4.0.6](https://github.com/socketio/engine.io/compare/4.0.5...4.0.6) (2021-01-04)
210

311

Diff for: package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "4.0.6",
3+
"version": "4.1.0",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"main": "lib/engine.io.js",
66
"author": "Guillermo Rauch <[email protected]>",
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"babel-eslint": "^8.0.2",
3838
"eiows": "^3.3.0",
39-
"engine.io-client": "4.0.6",
39+
"engine.io-client": "4.1.0",
4040
"engine.io-client-v3": "npm:[email protected]",
4141
"eslint": "^4.19.1",
4242
"eslint-config-prettier": "^6.9.0",

0 commit comments

Comments
 (0)