Skip to content

Commit

Permalink
chore(release): 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed May 16, 2021
1 parent 4360686 commit 733ad4d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.1.1](https://github.com/socketio/engine.io/compare/5.1.0...5.1.1) (2021-05-16)


### Bug Fixes

* properly close the websocket connection upon handshake error ([4360686](https://github.com/socketio/engine.io/commit/43606865e5299747cbb31f3ed9baf4567502a879))


# [5.1.0](https://github.com/socketio/engine.io/compare/5.0.0...5.1.0) (2021-05-04)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "engine.io",
"version": "5.1.0",
"version": "5.1.1",
"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": "5.1.0",
"engine.io-client": "5.1.1",
"engine.io-client-v3": "npm:engine.io-client@3.5.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^6.9.0",
Expand Down

0 comments on commit 733ad4d

Please # to comment.