Skip to content

Commit 62e4da1

Browse files
1 parent bfa6eab commit 62e4da1

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

packages/engine.io/CHANGELOG.md

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

33
| Version | Release date |
44
|------------------------------------------------------------------------------------------------------|----------------|
5+
| [6.6.3](#663-2025-01-23) | January 2025 |
56
| [6.6.2](#662-2024-10-09) | October 2024 |
67
| [6.6.1](#661-2024-09-21) | September 2024 |
78
| [6.6.0](#660-2024-06-21) | June 2024 |
@@ -47,6 +48,19 @@
4748

4849
# Release notes
4950

51+
## [6.6.3](https://github.com/socketio/socket.io/compare/[email protected]@6.6.3) (2025-01-23)
52+
53+
This release contains a bump of the `cookie` dependency.
54+
55+
Release notes: https://github.com/jshttp/cookie/releases/tag/v1.0.0
56+
57+
58+
### Dependencies
59+
60+
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)
61+
62+
63+
5064
## [6.6.2](https://github.com/socketio/socket.io/compare/[email protected]@6.6.2) (2024-10-09)
5165

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

packages/engine.io/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.6.2",
3+
"version": "6.6.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)