From f9c22282cb167d185e5784b381325d0617b05688 Mon Sep 17 00:00:00 2001 From: Jeremie Pardou-Piquemal <571533+jrmi@users.noreply.github.com> Date: Sat, 11 Sep 2021 15:18:55 +0200 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0314464..7a8c0c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +3.0.0 / 2021-09-11 +================== + + * Rename to wire.io + * Add npx instructions + 2.0.3 / 2021-05-28 ================== diff --git a/package-lock.json b/package-lock.json index e7a24ce..6560842 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "wire.io", - "version": "1.0.0", + "version": "3.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "3.0.0", "license": "ISC", "dependencies": { "nanoid": "^3.1.20" diff --git a/package.json b/package.json index 888b61f..3fa7538 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wire.io", - "version": "1.0.0", + "version": "3.0.0", "description": "Socket.io wrapper to enable client to client communications like RPC and pub/sub. Inspired by WAMP protocol.", "main": "lib/index.js", "keywords": [