From 57ed6ff572bc79f2ccb73b82c78e7d0beb40e7b0 Mon Sep 17 00:00:00 2001 From: Justin Mathew <42416647+sastaachar@users.noreply.github.com> Date: Fri, 12 Jul 2024 14:30:13 +0530 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6e9aa9c..f07f64b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thoughtspot/graph-to-openapi", - "version": "0.9.1", + "version": "0.9.2", "description": "Get an OpenAPI 3.0 spec out of a graphql Schema", "main": "dist/index.js", "scripts": {