Skip to content

Commit 9b62152

Browse files
chore(release): 4.0.6
Diff: 4.0.5...4.0.6
1 parent 5a91253 commit 9b62152

File tree

3 files changed

+17
-23
lines changed

3 files changed

+17
-23
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [4.0.6](https://github.com/socketio/engine.io/compare/4.0.5...4.0.6) (2021-01-04)
2+
3+
4+
### Bug Fixes
5+
6+
* correctly pass the options when using the Server constructor ([#610](https://github.com/socketio/engine.io/issues/610)) ([cec2750](https://github.com/socketio/engine.io/commit/cec27502f5b55c8a2ff289db34019629bf6a97ca))
7+
8+
9+
110
# [3.5.0](https://github.com/socketio/engine.io/compare/3.4.2...3.5.0) (2020-12-30)
211

312

package-lock.json

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

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.5",
3+
"version": "4.0.6",
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.5",
39+
"engine.io-client": "4.0.6",
4040
"eslint": "^4.19.1",
4141
"eslint-config-prettier": "^6.9.0",
4242
"expect.js": "^0.3.1",

0 commit comments

Comments
 (0)