Skip to content

Commit ca5d50e

Browse files
chore(release): 4.7.3
Diff: 4.7.2...4.7.3
1 parent f9c16f2 commit ca5d50e

7 files changed

+30
-10
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 2024
4+
5+
- [4.7.3](#473-2024-01-03) (Jan 2024)
6+
37
## 2023
48

59
- [4.7.2](#472-2023-08-02) (Aug 2023)
@@ -62,6 +66,23 @@
6266

6367
# Release notes
6468

69+
## [4.7.3](https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3) (2024-01-03)
70+
71+
72+
### Bug Fixes
73+
74+
* improve compatibility with node16 module resolution ([#1595](https://github.com/socketio/socket.io-client/issues/1595)) ([605de78](https://github.com/socketio/socket.io-client/commit/605de78d2cd7303bf25d9e2146e2b707dbf63d4f))
75+
* **typings:** accept string | undefined as init argument ([5a3eafe](https://github.com/socketio/socket.io-client/commit/5a3eafed1c4118ac3a06ec81a24491eec7d0655f))
76+
* **typings:** fix the type of the socket#id attribute ([f9c16f2](https://github.com/socketio/socket.io-client/commit/f9c16f226512fc8a8df461e3a07e392720462165))
77+
78+
79+
### Dependencies
80+
81+
- [`engine.io-client@~6.5.2`](https://github.com/socketio/engine.io-client/releases/tag/6.5.2) (no change)
82+
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)
83+
84+
85+
6586
## [4.7.2](https://github.com/socketio/socket.io-client/compare/4.7.1...4.7.2) (2023-08-02)
6687

6788
Some bug fixes are included from the `engine.io-client` package:

dist/socket.io.esm.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/socket.io.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/socket.io.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/socket.io.msgpack.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket.io-client",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "Realtime application framework client",
55
"keywords": [
66
"realtime",

support/package.esm.json

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"name": "socket.io-client",
3-
"version": "4.4.0",
43
"type": "module"
54
}

0 commit comments

Comments
 (0)