Skip to content

Commit

Permalink
chore(release): 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jan 4, 2021
1 parent 5a91253 commit 9b62152
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 23 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## [4.0.6](https://github.com/socketio/engine.io/compare/4.0.5...4.0.6) (2021-01-04)


### Bug Fixes

* 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))



# [3.5.0](https://github.com/socketio/engine.io/compare/3.4.2...3.5.0) (2020-12-30)


Expand Down
27 changes: 6 additions & 21 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.5",
"version": "4.0.6",
"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.5",
"engine.io-client": "4.0.6",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.9.0",
"expect.js": "^0.3.1",
Expand Down

0 comments on commit 9b62152

Please sign in to comment.