From f179422c67151dfac57534a4d60176d414e0a7ef Mon Sep 17 00:00:00 2001 From: Brian Beck Date: Thu, 6 Oct 2022 20:40:32 -0700 Subject: [PATCH] v7.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dafbe965..b82fd5f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-markdown", - "version": "6.1.0", + "version": "7.0.0", "description": "Generate documentation for your GraphQL schema in Markdown", "main": "src/index.js", "bin": "src/index.js",