From fe101faffea957a23e2d465006918bab999a431a Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Tue, 3 Dec 2019 16:25:33 +1100 Subject: [PATCH] Version 12.1.0. --- changelog.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 4dc8aec..ef27c07 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # apollo-upload-client changelog -## Next +## 12.1.0 ### Minor diff --git a/package.json b/package.json index 2ea799c..576de4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-upload-client", - "version": "12.0.0", + "version": "12.1.0", "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": {