From 98d5e4e791fa0843a680aba6c6fe0a82e6790915 Mon Sep 17 00:00:00 2001 From: carmine Date: Fri, 27 Dec 2024 11:46:29 -0500 Subject: [PATCH] v5.4.1 --- CHANGE_HISTORY.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md index 2e94633b..6e7f4b00 100644 --- a/CHANGE_HISTORY.md +++ b/CHANGE_HISTORY.md @@ -1,3 +1,10 @@ +## (2024-12-27) + +* fixes method res with path params (#1032) ([aa60f9c](https://github.com/cdimascio/express-openapi-validator/commit/aa60f9c)), closes [#1032](https://github.com/cdimascio/express-openapi-validator/issues/1032) +* Update README.md ([d43ec2e](https://github.com/cdimascio/express-openapi-validator/commit/d43ec2e)) + + + ## (2024-12-26) * update alpha 3.1 version ([cba4aac](https://github.com/cdimascio/express-openapi-validator/commit/cba4aac)) diff --git a/package-lock.json b/package-lock.json index c40c07b0..7bc3cde7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "express-openapi-validator", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "express-openapi-validator", - "version": "5.4.0", + "version": "5.4.1", "license": "MIT", "dependencies": { "@apidevtools/json-schema-ref-parser": "^11.7.2", diff --git a/package.json b/package.json index 0fc6c221..bdff1bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "5.4.0", + "version": "5.4.1", "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": {