Skip to content

Commit 733ad4d

Browse files
chore(release): 5.1.1
Diff: 5.1.0...5.1.1
1 parent 4360686 commit 733ad4d

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [5.1.1](https://github.com/socketio/engine.io/compare/5.1.0...5.1.1) (2021-05-16)
2+
3+
4+
### Bug Fixes
5+
6+
* properly close the websocket connection upon handshake error ([4360686](https://github.com/socketio/engine.io/commit/43606865e5299747cbb31f3ed9baf4567502a879))
7+
8+
19
# [5.1.0](https://github.com/socketio/engine.io/compare/5.0.0...5.1.0) (2021-05-04)
210

311

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
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": "5.1.0",
39+
"engine.io-client": "5.1.1",
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)