Skip to content

Commit 2da559a

Browse files
chore(release): 6.5.3
Diff: 6.5.2...6.5.3
1 parent 9545b44 commit 2da559a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2023
44

5+
- [6.5.3](#653-2023-10-06) (Oct 2023)
56
- [6.5.2](#652-2023-08-01) (Aug 2023)
67
- [6.5.1](#651-2023-06-27) (Jun 2023)
78
- [6.5.0](#650-2023-06-16) (Jun 2023)
@@ -50,6 +51,21 @@
5051

5152
# Release notes
5253

54+
## [6.5.3](https://github.com./socketio/engine.io/compare/6.5.2...6.5.3) (2023-10-06)
55+
56+
57+
### Bug Fixes
58+
59+
* improve compatibility with node16 module resolution ([#689](https://github.com./socketio/engine.io/issues/689)) ([c6bf8c0](https://github.com./socketio/engine.io/commit/c6bf8c0f571aad7a5917f43860c8c3d74a9b429b)), closes [/github.com./microsoft/TypeScript/issues/46770#issuecomment-966612103](https://github.com.//github.com./microsoft/TypeScript/issues/46770/issues/issuecomment-966612103)
60+
* **webtransport:** properly handle abruptly closed connections ([ff1c861](https://github.com./socketio/engine.io/commit/ff1c8615483bab25acc9cf04fb40339b0bd78812))
61+
62+
63+
### Dependencies
64+
65+
- [`ws@~8.11.0`](https://github.com./websockets/ws/releases/tag/8.11.0) (no change)
66+
67+
68+
5369
## [6.5.2](https://github.com./socketio/engine.io/compare/6.5.1...6.5.2) (2023-08-01)
5470

5571

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.5.2",
3+
"version": "6.5.3",
44
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server",
55
"type": "commonjs",
66
"main": "./build/engine.io.js",

0 commit comments

Comments
 (0)