From 67ff09bd9252d0d016ae53d1b6afa6dc323f582f Mon Sep 17 00:00:00 2001 From: jack Date: Sun, 5 Jan 2020 04:40:40 +1100 Subject: [PATCH] 1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6d42666..abc5eef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-schema-typescript", - "version": "1.3.1", + "version": "1.3.2", "description": "Generate TypeScript from GraphQL's schema type definitions", "main": "./lib/index.js", "types": "./lib/index.d.ts",