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": {