diff --git a/CHANGELOG.md b/CHANGELOG.md index fb87b45..a00dcfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +3.1.5 / 2022-01-16 +================== + + * Fix linux cli + 3.1.4 / 2022-01-16 ================== diff --git a/package-lock.json b/package-lock.json index bf7f1f6..6c62c15 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.1.4", + "version": "3.1.5", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 91b3112..033e26a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "3.1.4", + "version": "3.1.5", "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",