From 5e6d5c17861fbd9e2d84c8517fc29d5321be4cfc Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 24 Oct 2023 20:55:56 +1100 Subject: [PATCH] Version 18.0.1. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 756e7ee..91b514a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # apollo-upload-client changelog -## Next +## 18.0.1 ### Patch diff --git a/package.json b/package.json index 54736d1..988635d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-upload-client", - "version": "18.0.0", + "version": "18.0.1", "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": {