Skip to content

Commit e9e5bed

Browse files
1 parent 9581f9b commit e9e5bed

File tree

7 files changed

+20
-7
lines changed

7 files changed

+20
-7
lines changed

packages/socket.io-client/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
| Version | Release date | Bundle size (UMD min+gzip) |
44
|-------------------------------------------------------------------------------------------------------------|----------------|----------------------------|
5-
| [4.8.2](#482-2025-12-22) | December 2024 | `14.4 KB` |
5+
| [4.8.3](#483-2025-12-23) | December 2025 | `14.4 KB` |
6+
| [4.8.2](#482-2025-12-22) | December 2025 | `14.4 KB` |
67
| [4.8.1](#481-2024-10-25) | October 2024 | `14.4 KB` |
78
| [4.8.0](#480-2024-09-21) | September 2024 | `14.4 KB` |
89
| [4.7.5](#475-2024-03-14) | March 2024 | `14.6 KB` |
@@ -51,6 +52,18 @@
5152
| [2.1.0](#210-2018-03-29) | March 2018 | `18.7 KB` |
5253

5354

55+
## [4.8.3](https://github.com/socketio/socket.io/compare/[email protected]@4.8.3) (2025-12-23)
56+
57+
There were some minor bug fixes on the server side, which mandate a client bump.
58+
59+
60+
### Dependencies
61+
62+
- [`engine.io-client@~6.6.1`](https://github.com/socketio/engine.io-client/releases/tag/6.5.2) (no change)
63+
- [`ws@~8.18.3`](https://github.com/websockets/ws/releases/tag/8.18.3) ([diff](https://github.com/websockets/ws/compare/8.17.1...8.18.3))
64+
65+
66+
5467
## [4.8.2](https://github.com/socketio/socket.io/compare/[email protected]@4.8.2) (2025-12-22)
5568

5669

packages/socket.io-client/dist/socket.io.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/socket.io-client/dist/socket.io.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/socket.io-client/dist/socket.io.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/socket.io-client/dist/socket.io.msgpack.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/socket.io-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-client",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "Realtime application framework client",
55
"keywords": [
66
"realtime",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "socket.io-client",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"type": "module"
55
}

0 commit comments

Comments
 (0)