Skip to content

Commit 72d61da

Browse files

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: packages/engine.io/CHANGELOG.md

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

33
| Version | Release date |
44
|------------------------------------------------------------------------------------------------------|----------------|
5+
| [6.6.4](#664-2025-01-28) | January 2025 |
56
| [6.6.3](#663-2025-01-23) | January 2025 |
67
| [6.6.2](#662-2024-10-09) | October 2024 |
78
| [6.6.1](#661-2024-09-21) | September 2024 |
@@ -48,6 +49,17 @@
4849

4950
# Release notes
5051

52+
## [6.6.4](https://github.com/socketio/socket.io/compare/[email protected]@6.6.4) (2025-01-28)
53+
54+
The bump of the `cookie` dependency was reverted, as it drops support for older Node.js versions (< 14).
55+
56+
57+
### Dependencies
58+
59+
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)
60+
61+
62+
5163
## [6.6.3](https://github.com/socketio/socket.io/compare/[email protected]@6.6.3) (2025-01-23)
5264

5365
This release contains a bump of the `cookie` dependency.

Diff for: packages/engine.io/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "engine.io",
3-
"version": "6.6.3",
3+
"version": "6.6.4",
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)