From acc3a3c935cb2ee4e6fada1aec3fb759ae14a578 Mon Sep 17 00:00:00 2001 From: Kay Gosho Date: Wed, 23 Nov 2022 00:37:26 +0900 Subject: [PATCH] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7368692..9b99bbb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-rest-proxy", - "version": "0.5.5", + "version": "0.6.0", "description": "Turn your REST API into GraphQL - A Proxy Server that pipes request from GraphQL to REST with GraphQL DSL, performant nested children, mutations, input types, and more.", "main": "dist/index.js", "repository": "git@github.com:acro5piano/graphql-rest-proxy",