From 421707f3b4e2b0c18ed9beec8eeaf3a0c942841d Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 8 Oct 2024 15:43:37 +1100 Subject: [PATCH] Version 17.0.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 46ef379..e2faf80 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # graphql-upload changelog -## Next +## 17.0.0 ### Major diff --git a/package.json b/package.json index 154efae..0b1202f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-upload", - "version": "16.0.2", + "version": "17.0.0", "description": "Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.", "license": "MIT", "author": {