diff --git a/package-lock.json b/package-lock.json index 894a3d39..3a05a390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mcansh/remix-fastify", - "version": "1.9.1", + "version": "1.10.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mcansh/remix-fastify", - "version": "1.9.1", + "version": "1.10.0", "dependencies": { "@fastify/static": "^5.0.2", "fastify-plugin": "^3.0.1" diff --git a/package.json b/package.json index 6884e67d..614c2d00 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mcansh/remix-fastify", - "version": "1.9.1", + "version": "1.10.0", "description": "Fastify server request handler for Remix", "main": "dist/index.js", "scripts": {