Skip to content

Commit c518b23

Browse files
author
carmine
committed
v5.4.5
1 parent bd9426c commit c518b23

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+
## (2025-03-02)
2+
3+
* removes example and examples from all schemas, not just object types ([bd9426c](https://github.com/cdimascio/express-openapi-validator/commit/bd9426c))
4+
* Update README.md (#1033) ([8e37442](https://github.com/cdimascio/express-openapi-validator/commit/8e37442)), closes [#1033](https://github.com/cdimascio/express-openapi-validator/issues/1033)
5+
6+
7+
18
## (2025-02-23)
29

310
* caches pre-processed resolved schemas ([ac02bdf](https://github.com/cdimascio/express-openapi-validator/commit/ac02bdf))

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