Skip to content

Commit 04fe161

Browse files
committed
v5.5.7
1 parent 319b303 commit 04fe161

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGE_HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## (2025-06-11)
2+
3+
* fix(#1071): Fix query param validation for literal bracket notation in param names ([122ac9d](https://github.com/cdimascio/express-openapi-validator/commit/122ac9d))
4+
* fix(#1071): Fix query param validation for literal bracket notation in param names (#1084) ([319b303](https://github.com/cdimascio/express-openapi-validator/commit/319b303)), closes [#1084](https://github.com/cdimascio/express-openapi-validator/issues/1084)
5+
* upgrade example to 5.5.6 ([0b852b9](https://github.com/cdimascio/express-openapi-validator/commit/0b852b9))
6+
* chore(deps): bump multer in /examples/2-standard-multiple-api-specs (#1082) ([631e4cc](https://github.com/cdimascio/express-openapi-validator/commit/631e4cc)), closes [#1082](https://github.com/cdimascio/express-openapi-validator/issues/1082)
7+
8+
9+
110
## (2025-06-07)
211

312
* allErrors default remains false for >-5 ([22ce174](https://github.com/cdimascio/express-openapi-validator/commit/22ce174))

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.5.6",
3+
"version": "5.5.7",
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)