Skip to content

Commit e7115b8

Browse files
chore(release): 4.0.5
Diff: 4.0.4...4.0.5
1 parent f5efa1e commit e7115b8

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.0.5](https://github.com/socketio/engine.io/compare/4.0.4...4.0.5) (2020-12-07)
2+
3+
No change on the server-side, this matches the client release.
4+
15
## [4.0.4](https://github.com/socketio/engine.io/compare/4.0.3...4.0.4) (2020-11-17)
26

37
No change on the server-side, this matches the client release.

package-lock.json

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

0 commit comments

Comments
 (0)