Skip to content

Commit 12ca32b

Browse files
chore(release): 6.5.2
Diff: 6.5.1...6.5.2
1 parent a306db0 commit 12ca32b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33
## 2023
44

5+
- [6.5.2](#652-2023-08-01) (Aug 2023)
56
- [6.5.1](#651-2023-06-27) (Jun 2023)
67
- [6.5.0](#650-2023-06-16) (Jun 2023)
78
- [6.4.2](#642-2023-05-02) (May 2023)
@@ -49,6 +50,20 @@
4950

5051
# Release notes
5152

53+
## [6.5.2](https://github.com/socketio/engine.io/compare/6.5.1...6.5.2) (2023-08-01)
54+
55+
56+
### Bug Fixes
57+
58+
* **webtransport:** add proper framing ([a306db0](https://github.com/socketio/engine.io/commit/a306db09e8ddb367c7d62f45fec920f979580b7c))
59+
60+
61+
### Dependencies
62+
63+
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
64+
65+
66+
5267
## [6.5.1](https://github.com/socketio/engine.io/compare/6.5.0...6.5.1) (2023-06-27)
5368

5469

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.1",
3+
"version": "6.5.2",
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)