diff --git a/package-lock.json b/package-lock.json index d442a42b..9441eb32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "2.9.0", + "version": "2.12.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb81d060..f0983db5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express-openapi-validator", - "version": "2.9.0", - "description": "Automatically validate API requests and responses using an OpenAPI 3 and Express.", + "version": "2.12.1", + "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": { "compile": "rm -rf dist/ && tsc",