From 2d19edf541a9e38b586259d9c28f02a2e136e472 Mon Sep 17 00:00:00 2001 From: devmatt829 Date: Sat, 28 May 2022 12:32:22 +1000 Subject: [PATCH] Version 15.0.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 11b9f25..8ce44de 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-upload changelog -## Next +## 15.0.0 ### Major diff --git a/package.json b/package.json index dcbe98c..712a417 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-upload", - "version": "14.0.0", + "version": "15.0.0", "description": "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", "author": {