From 901e5ee7af2f8806e4fe7d704969c1f10280d30a Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 25 May 2020 15:20:45 +1000 Subject: [PATCH] Version 11.0.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 5a3715d..7365333 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-upload changelog -## Next +## 11.0.0 ### Major diff --git a/package.json b/package.json index 17514e3..e174185 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-upload", - "version": "10.0.0", + "version": "11.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": {