From bb5d9be40909c8ed1fdddeec74326aaa4cd1d54e Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Tue, 18 Jun 2024 10:51:22 +0200 Subject: [PATCH] 4.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f452a77..86f70b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-validation", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0da95c..bad800b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-validation", - "version": "4.1.0", + "version": "4.1.1", "author": "Andrew Keig ", "description": "express-validation is a middleware that validates a request and returns a response with errors; if any of the configured validation rules fail.", "main": "./lib/index",