From 84c9baea1053782ca663e8f6a93eb0881aa6b0c2 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Tue, 24 Jan 2023 12:17:58 +0100 Subject: [PATCH] Bumped v1.0.0 Signed-off-by: Matteo Collina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9ad36db..749fd87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mercuriusjs/subscription-client", - "version": "0.1.0", + "version": "1.0.0", "description": "GraphQL subscription client based on Mercurius", "main": "index.js", "types": "index.d.ts",