diff --git a/package-lock.json b/package-lock.json index 6b5eea77..37376607 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "express-openapi-validator", - "version": "4.12.0", + "version": "4.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "4.12.0", + "version": "4.12.1", "license": "MIT", "dependencies": { "@types/multer": "^1.4.5", diff --git a/package.json b/package.json index 40edd274..69b5219c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "4.12.0", + "version": "4.12.1", "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": {