diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bc5ecc..77c8844 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +3.3.1 / 2023-01-27 +================== + + * Fix bug when reconnecting + 3.3.0 / 2023-01-25 ================== diff --git a/package-lock.json b/package-lock.json index 1a69139..730603b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wire.io", - "version": "3.3.0", + "version": "3.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wire.io", - "version": "3.2.0", + "version": "3.3.1", "license": "ISC", "dependencies": { "nanoid": "^4.0.0" diff --git a/package.json b/package.json index 7a9cc5b..0578b2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.3.0", + "version": "3.3.1", "description": "Socket.io wrapper to enable client to client communications like RPC and pub/sub. Inspired by WAMP protocol.", "main": "./src/index.js", "type": "module",