Skip to content

Commit 98d5e4e

Browse files
author
carmine
committed
v5.4.1
1 parent aa60f9c commit 98d5e4e

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGE_HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## (2024-12-27)
2+
3+
* 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)
4+
* Update README.md ([d43ec2e](https://github.com/cdimascio/express-openapi-validator/commit/d43ec2e))
5+
6+
7+
18
## (2024-12-26)
29

310
* update alpha 3.1 version ([cba4aac](https://github.com/cdimascio/express-openapi-validator/commit/cba4aac))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-openapi-validator",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)