From bc0c0670e04de843ba931e500e6c32962657fb10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Lach=C3=A8ze?= Date: Fri, 17 Dec 2021 17:45:19 -0500 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 43cfe17..1c1b8f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "supertest-graphql", - "version": "0.0.0-beta", + "version": "1.0.0", "description": "Extends supertest to test a GraphQL endpoint", "main": "dist/index.js", "types": "dist/index.d.ts",