Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Jun 13, 2022
1 parent 20af57f commit 2f8d85e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import fp from 'fastify-plugin'
import processRequest, { ProcessRequestOptions } from 'graphql-upload/processRequest.js'
import processRequest, {
ProcessRequestOptions,
} from 'graphql-upload/processRequest.js'

import type { FastifyPluginCallback } from 'fastify'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercurius-upload",
"version": "4.0.0",
"version": "5.0.0",
"description": "Fastify plugin to support GraphQL uploads using graphql-upload",
"keywords": [
"fastify",
Expand Down

1 comment on commit 2f8d85e

@andreisoktoev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you update graphql-upload to the latest version?

Please sign in to comment.