File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2023
4
4
5
+ - [ 6.5.1] ( #651-2023-06-27 ) (Jun 2023)
5
6
- [ 6.5.0] ( #650-2023-06-16 ) (Jun 2023)
6
7
- [ 6.4.2] ( #642-2023-05-02 ) (May 2023)
7
8
- [ 6.4.1] ( #641-2023-02-20 ) (Feb 2023)
48
49
49
50
# Release notes
50
51
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
+
51
71
## [ 6.5.0] ( https://github.com/socketio/engine.io/compare/6.4.2...6.5.0 ) (2023-06-16)
52
72
53
73
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " engine.io" ,
3
- "version" : " 6.5.0 " ,
3
+ "version" : " 6.5.1 " ,
4
4
"description" : " The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server" ,
5
5
"type" : " commonjs" ,
6
6
"main" : " ./build/engine.io.js" ,
You can’t perform that action at this time.
0 commit comments