Skip to content

Commit

Permalink
chore(release): 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Nov 17, 2020
1 parent 67ca12c commit c2981c6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## [4.0.4](https://github.com/socketio/engine.io/compare/4.0.3...4.0.4) (2020-11-17)

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

## [4.0.3](https://github.com/socketio/engine.io/compare/4.0.2...4.0.3) (2020-11-17)

No change on the server-side, this matches the client release.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "4.0.3",
"version": "4.0.4",
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
"main": "lib/engine.io.js",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"babel-eslint": "^8.0.2",
"eiows": "^3.3.0",
"engine.io-client": "4.0.3",
"engine.io-client": "4.0.4",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.9.0",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit c2981c6

Please sign in to comment.