diff --git a/package-lock.json b/package-lock.json index cdb2141..fdad419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-constraints", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fastify-constraints", - "version": "1.0.4", + "version": "1.0.5", "license": "ISC", "dependencies": { "fastify-plugin": "^4.3.0" diff --git a/package.json b/package.json index 282098f..c5b58bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-constraints", - "version": "1.0.4", + "version": "1.0.5", "description": "Fastify plugin to add constraints to multiple routes", "main": "index.js", "type": "module",