From c90047a352f5eb7f1b0b1e5fc65275f17f0f3fac Mon Sep 17 00:00:00 2001 From: yunaiwata Date: Tue, 14 Nov 2023 18:06:29 +0000 Subject: [PATCH] chore: release v1.0.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97df88c..ef4ba53 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fastify-constraints", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "fastify-constraints", - "version": "1.0.6", + "version": "1.0.7", "license": "ISC", "dependencies": { "fastify-plugin": "^4.3.0" diff --git a/package.json b/package.json index c3783d0..3ef40e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastify-constraints", - "version": "1.0.6", + "version": "1.0.7", "description": "Fastify plugin to add constraints to multiple routes", "main": "index.js", "type": "module",