diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cba09b5..feb6abe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.1.2](https://github.com/socketio/socket.io-client/compare/4.1.1...4.1.2) (2021-05-17) + + +### Bug Fixes + +* **typings:** add missing closeOnBeforeunload option ([#1469](https://github.com/socketio/socket.io-client/issues/1469)) ([35d27df](https://github.com/socketio/socket.io-client/commit/35d27df2ae48046bfe3ae2e11f82004200095aae)) +* **typings:** add missing requestTimeout option ([#1467](https://github.com/socketio/socket.io-client/issues/1467)) ([c8dfbb1](https://github.com/socketio/socket.io-client/commit/c8dfbb1c1d10aff16bc19cc1f1bab6b3a9240d81)) + + ## [4.1.1](https://github.com/socketio/socket.io-client/compare/4.1.0...4.1.1) (2021-05-11) There were some minor bug fixes on the server side, which mandate a client bump. diff --git a/dist/socket.io.js b/dist/socket.io.js index 1f5e9dd7..d0d90bd9 100644 --- a/dist/socket.io.js +++ b/dist/socket.io.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.1.1 + * Socket.IO v4.1.2 * (c) 2014-2021 Guillermo Rauch * Released under the MIT License. */ diff --git a/dist/socket.io.min.js b/dist/socket.io.min.js index a4b73d37..6c1d8a77 100644 --- a/dist/socket.io.min.js +++ b/dist/socket.io.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.1.1 + * Socket.IO v4.1.2 * (c) 2014-2021 Guillermo Rauch * Released under the MIT License. */ diff --git a/dist/socket.io.msgpack.min.js b/dist/socket.io.msgpack.min.js index 98d31a26..ecb3f094 100644 --- a/dist/socket.io.msgpack.min.js +++ b/dist/socket.io.msgpack.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.1.1 + * Socket.IO v4.1.2 * (c) 2014-2021 Guillermo Rauch * Released under the MIT License. */ diff --git a/package-lock.json b/package-lock.json index ca5032b1..27889c69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "socket.io-client", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5d1ad4ae..a015a0d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io-client", - "version": "4.1.1", + "version": "4.1.2", "keywords": [ "realtime", "framework",