diff --git a/package-lock.json b/package-lock.json index 92386ad9..635f4bfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mcansh/remix-fastify", - "version": "1.10.0", + "version": "1.10.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mcansh/remix-fastify", - "version": "1.10.0", + "version": "1.10.1", "dependencies": { "@fastify/static": "^5.0.2", "fastify-plugin": "^3.0.1" diff --git a/package.json b/package.json index d1f3dd52..378f1240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcansh/remix-fastify", - "version": "1.10.0", + "version": "1.10.1", "description": "Fastify server request handler for Remix", "main": "dist/index.js", "scripts": {