diff --git a/CHANGELOG.md b/CHANGELOG.md index 988f2dd..9bc5ecc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +3.3.0 / 2023-01-25 +================== + + * Simplify RPC call logic (#23) + 3.2.0 / 2023-01-24 ================== diff --git a/package-lock.json b/package-lock.json index 05f6041..1a69139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 21582f5..7a9cc5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.2.0", + "version": "3.3.0", "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",