diff --git a/CHANGELOG.md b/CHANGELOG.md index a00dcfd..988f2dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +3.2.0 / 2023-01-24 +================== + + * Add multiple RPC registration policies (#22) + 3.1.5 / 2022-01-16 ================== diff --git a/package-lock.json b/package-lock.json index 324c0de..05f6041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wire.io", - "version": "3.1.5", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "wire.io", - "version": "3.1.5", + "version": "3.2.0", "license": "ISC", "dependencies": { "nanoid": "^4.0.0" diff --git a/package.json b/package.json index 70b9040..21582f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.1.5", + "version": "3.2.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",