diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2cfdc..a53731b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +3.1.2 / 2021-10-09 +================== + + * Fix main config + 3.1.1 / 2021-10-09 ================== diff --git a/package-lock.json b/package-lock.json index 5b687b7..283dc51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.1.1", + "version": "3.1.2", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8b150ff..4f07389 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.1.1", + "version": "3.1.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",