From 995f38f4cc1f9a145a6e36dc7e18cab792fc6d36 Mon Sep 17 00:00:00 2001 From: Damien Arrachequesne Date: Wed, 12 May 2021 00:04:52 +0200 Subject: [PATCH] chore(release): 4.1.1 Diff: https://github.com/socketio/socket.io/compare/4.1.0...4.1.1 --- CHANGELOG.md | 9 +++++++++ client-dist/socket.io.js | 2 +- client-dist/socket.io.min.js | 2 +- client-dist/socket.io.msgpack.min.js | 2 +- package-lock.json | 8 ++++---- package.json | 4 ++-- 6 files changed, 18 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ace70f89f..0530f5ffcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.1.1](https://github.com/socketio/socket.io/compare/4.1.0...4.1.1) (2021-05-11) + + +### Bug Fixes + +* **typings:** properly type server-side events ([b84ed1e](https://github.com/socketio/socket.io/commit/b84ed1e41c9053792caf58974c5de9395bfd509f)) +* **typings:** properly type the adapter attribute ([891b187](https://github.com/socketio/socket.io/commit/891b1870e92d1ec38910f03bb839817e2d6be65a)) + + # [4.1.0](https://github.com/socketio/socket.io/compare/4.0.2...4.1.0) (2021-05-11) diff --git a/client-dist/socket.io.js b/client-dist/socket.io.js index c05e62675e..1f5e9dd731 100644 --- a/client-dist/socket.io.js +++ b/client-dist/socket.io.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.1.0 + * Socket.IO v4.1.1 * (c) 2014-2021 Guillermo Rauch * Released under the MIT License. */ diff --git a/client-dist/socket.io.min.js b/client-dist/socket.io.min.js index ef475802b3..a4b73d372c 100644 --- a/client-dist/socket.io.min.js +++ b/client-dist/socket.io.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.1.0 + * Socket.IO v4.1.1 * (c) 2014-2021 Guillermo Rauch * Released under the MIT License. */ diff --git a/client-dist/socket.io.msgpack.min.js b/client-dist/socket.io.msgpack.min.js index 663c128c68..98d31a265c 100644 --- a/client-dist/socket.io.msgpack.min.js +++ b/client-dist/socket.io.msgpack.min.js @@ -1,5 +1,5 @@ /*! - * Socket.IO v4.1.0 + * Socket.IO v4.1.1 * (c) 2014-2021 Guillermo Rauch * Released under the MIT License. */ diff --git a/package-lock.json b/package-lock.json index 93a1ac4ea7..7e6a99bde8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "socket.io", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -3335,9 +3335,9 @@ "integrity": "sha512-jdIbSFRWOkaZpo5mXy8T7rXEN6qo3bOFuq4nVeX1ZS7AtFlkbk39y153xTXEIW7W94vZfhVOux1wTU88YxcM1w==" }, "socket.io-client": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.0.tgz", - "integrity": "sha512-L0lCCPTb5xz+KQ3Wrq0077XjJwpaYpjagRvqE5Sg9aXWekfrEqPFvICCUWs7pJqPv7QVN09KoaPKPkVOOetmbw==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.1.1.tgz", + "integrity": "sha512-avzRzFZIkmyNxqvhmm5ns0Itq5dgEkesDPB6Tl0Yben47U08MvdFnVXAuFDULQhDXjuYdCb6QUEILYLUKQEuGg==", "dev": true, "requires": { "@types/component-emitter": "^1.2.10", diff --git a/package.json b/package.json index e95e708775..760e579731 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "socket.io", - "version": "4.1.0", + "version": "4.1.1", "description": "node.js realtime framework server", "keywords": [ "realtime", @@ -65,7 +65,7 @@ "nyc": "^15.1.0", "prettier": "^2.2.0", "rimraf": "^3.0.2", - "socket.io-client": "4.1.0", + "socket.io-client": "4.1.1", "socket.io-client-v2": "npm:socket.io-client@^2.4.0", "superagent": "^6.1.0", "supertest": "^6.0.1",