diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d84b224..4cf1b7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2024 +- [4.7.4](#474-2024-01-12) (Jan 2024) - [4.7.3](#473-2024-01-03) (Jan 2024) ## 2023 @@ -66,6 +67,18 @@ # Release notes +## [4.7.4](https://github.com/socketio/socket.io-client/compare/4.7.3...4.7.4) (2024-01-12) + +There were some minor bug fixes on the server side, which mandate a client bump. + + +### 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.3](https://github.com/socketio/socket.io-client/compare/4.7.2...4.7.3) (2024-01-03) diff --git a/dist/socket.io.esm.min.js b/dist/socket.io.esm.min.js index f7f283f1..ecddf45d 100644 --- a/dist/socket.io.esm.min.js +++ b/dist/socket.io.esm.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/dist/socket.io.js b/dist/socket.io.js index 55e9dc8d..dcc9af04 100644 --- a/dist/socket.io.js +++ b/dist/socket.io.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/dist/socket.io.min.js b/dist/socket.io.min.js index 40046a72..22760746 100644 --- a/dist/socket.io.min.js +++ b/dist/socket.io.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/dist/socket.io.msgpack.min.js b/dist/socket.io.msgpack.min.js index 1a52eb4f..8e18d472 100644 --- a/dist/socket.io.msgpack.min.js +++ b/dist/socket.io.msgpack.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.7.3 + * Socket.IO v4.7.4 * (c) 2014-2024 Guillermo Rauch * Released under the MIT License. */ diff --git a/package.json b/package.json index e3863f7a..7043550c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io-client", - "version": "4.7.3", + "version": "4.7.4", "description": "Realtime application framework client", "keywords": [ "realtime",