Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory committed Nov 15, 2019
1 parent e5c3c24 commit 8f3ea09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Expand Up @@ -4,7 +4,7 @@

### Patch

- Fix race condition when trying to use fs-capacitor write stream before file created on disk, fixing [#166](https://github.com/jaydenseric/graphql-upload/issues/166).
- Fix race condition when trying to use fs-capacitor write stream before file created on disk, fixing [#167](https://github.com/jaydenseric/graphql-upload/issues/167).
- Fix conflict with fs-capacitor & form-data , fixing [form-data/form-data#394](https://github.com/form-data/form-data/issues/394#issuecomment-554195772).

## 8.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-upload",
"version": "8.1.0",
"version": "8.1.1",
"description": "Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.",
"license": "MIT",
"author": {
Expand Down

0 comments on commit 8f3ea09

Please sign in to comment.