From 6dec8edc2bb1c97514e1577b84530922a40608bc Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Sun, 8 Nov 2020 13:40:22 +1100 Subject: [PATCH] Version 14.1.3. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index c4721a6..f28f513 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # apollo-upload-client changelog -## Next +## 14.1.3 ### Patch diff --git a/package.json b/package.json index 9137dbd..ff555ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-upload-client", - "version": "14.1.2", + "version": "14.1.3", "description": "A terminating Apollo Link for Apollo Client that allows FileList, File, Blob or ReactNativeFile instances within query or mutation variables and sends GraphQL multipart requests.", "license": "MIT", "author": {