We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c4071 commit 67a3a87Copy full SHA for 67a3a87
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## [3.6.1](https://github.com/socketio/engine.io/compare/3.6.0...3.6.1) (2022-11-20)
2
+
3
4
+### Bug Fixes
5
6
+* catch errors when destroying invalid upgrades ([83c4071](https://github.com/socketio/engine.io/commit/83c4071af871fc188298d7d591e95670bf9f9085))
7
8
9
10
# [3.6.0](https://github.com/socketio/engine.io/compare/3.5.0...3.6.0) (2022-06-06)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "engine.io",
- "version": "3.6.0",
+ "version": "3.6.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>",
0 commit comments