Skip to content

Commit 98915d0

Browse files
chore(release): 6.5.1
Diff: 6.5.0...6.5.1
1 parent 6dd2bc4 commit 98915d0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2023
44

5+
- [6.5.1](#651-2023-06-27) (Jun 2023)
56
- [6.5.0](#650-2023-06-16) (Jun 2023)
67
- [6.4.2](#642-2023-05-02) (May 2023)
78
- [6.4.1](#641-2023-02-20) (Feb 2023)
@@ -48,6 +49,25 @@
4849

4950
# Release notes
5051

52+
## [6.5.1](https://github.com/socketio/engine.io/compare/6.5.0...6.5.1) (2023-06-27)
53+
54+
55+
### Bug Fixes
56+
57+
* prevent crash when accessing TextDecoder ([#684](https://github.com/socketio/engine.io/issues/684)) ([6dd2bc4](https://github.com/socketio/engine.io/commit/6dd2bc4f68edd7575c3844ae8ceadde649be95b2))
58+
59+
60+
### Credits
61+
62+
Huge thanks to [@iowaguy](https://github.com/iowaguy) for helping!
63+
64+
65+
### Dependencies
66+
67+
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
68+
69+
70+
5171
## [6.5.0](https://github.com/socketio/engine.io/compare/6.4.2...6.5.0) (2023-06-16)
5272

5373

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.5.0",
3+
"version": "6.5.1",
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)