From 0b7551cc318905d7372260919b7d6a1889082a7f Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 24 Oct 2023 00:39:45 +1100 Subject: [PATCH] Version 18.0.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a7e78c6..21fd201 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # apollo-upload-client changelog -## Next +## 18.0.0 ### Major diff --git a/package.json b/package.json index 5d6b2e6..54736d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-upload-client", - "version": "17.0.0", + "version": "18.0.0", "description": "A terminating Apollo Link for Apollo Client that fetches a GraphQL multipart request if the GraphQL variables contain files (by default FileList, File, or Blob instances), or else fetches a regular GraphQL POST or GET request (depending on the config and GraphQL operation).", "license": "MIT", "author": {