Skip to content

Commit

Permalink
chore(release): 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jan 3, 2024
1 parent f9c16f2 commit ca5d50e
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 10 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# History

## 2024

- [4.7.3](#473-2024-01-03) (Jan 2024)

## 2023

- [4.7.2](#472-2023-08-02) (Aug 2023)
Expand Down Expand Up @@ -62,6 +66,23 @@

# Release notes

## [4.7.3](https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3) (2024-01-03)


### Bug Fixes

* 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))
* **typings:** accept string | undefined as init argument ([5a3eafe](https://github.com/socketio/socket.io-client/commit/5a3eafed1c4118ac3a06ec81a24491eec7d0655f))
* **typings:** fix the type of the socket#id attribute ([f9c16f2](https://github.com/socketio/socket.io-client/commit/f9c16f226512fc8a8df461e3a07e392720462165))


### Dependencies

- [`engine.io-client@~6.5.2`](https://github.com/socketio/engine.io-client/releases/tag/6.5.2) (no change)
- [`ws@~8.11.0`](https://github.com/websockets/ws/releases/tag/8.11.0) (no change)



## [4.7.2](https://github.com/socketio/socket.io-client/compare/4.7.1...4.7.2) (2023-08-02)

Some bug fixes are included from the `engine.io-client` package:
Expand Down
4 changes: 2 additions & 2 deletions dist/socket.io.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/socket.io.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/socket.io.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/socket.io.msgpack.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-client",
"version": "4.7.2",
"version": "4.7.3",
"description": "Realtime application framework client",
"keywords": [
"realtime",
Expand Down
1 change: 0 additions & 1 deletion support/package.esm.json
@@ -1,5 +1,4 @@
{
"name": "socket.io-client",
"version": "4.4.0",
"type": "module"
}

0 comments on commit ca5d50e

Please sign in to comment.