diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c8844..520ef7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +3.3.2 / 2023-02-05 +================== + + * Disallow to unregister if another function has been registered + 3.3.1 / 2023-01-27 ================== diff --git a/package-lock.json b/package-lock.json index 730603b..5554627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 0578b2d..93affc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.3.1", + "version": "3.3.2", "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",