diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d67e9..f811295 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +1.3.1 / 2020-11-20 +================== + + * Add logs to server + 1.3.0 / 2020-07-31 ================== diff --git a/package-lock.json b/package-lock.json index c3391e9..a5d6f3d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "client2client.io", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17e9e3f..6174156 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "client2client.io", - "version": "1.3.0", + "version": "1.3.1", "description": "Socket.io wrapper to enable client to client communications like RPC and pub/sub.", "main": "lib/index.js", "keywords": [],