From 40e1c69f30a11556b2c6e657ed9656542cfbd1ff Mon Sep 17 00:00:00 2001 From: vasyl Date: Mon, 8 Aug 2022 20:48:36 +1000 Subject: [PATCH] 1.5.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47c656d..f6c2d72 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-upload-minimal", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 519ee15..0060902 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-upload-minimal", - "version": "1.5.1", + "version": "1.5.2", "description": "Minimalistic and developer friendly middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.", "license": "MIT", "types": "./public/index.d.ts",