Skip to content

Commit c7d61e4

Browse files
author
carmine
committed
v5.4.3
1 parent a84f611 commit c7d61e4

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-02-09)
2+
3+
* allow mutation for express 5 validaiton (#1043) ([0439224](https://github.com/cdimascio/express-openapi-validator/commit/0439224)), closes [#1043](https://github.com/cdimascio/express-openapi-validator/issues/1043)
4+
* fix test ([97158fd](https://github.com/cdimascio/express-openapi-validator/commit/97158fd))
5+
* Update README.md ([405a9ff](https://github.com/cdimascio/express-openapi-validator/commit/405a9ff))
6+
* Update README.md ([64582e9](https://github.com/cdimascio/express-openapi-validator/commit/64582e9))
7+
8+
9+
110
## (2024-12-27)
211

312
* re-enable keywords now properly supported (#1031) ([83dac8a](https://github.com/cdimascio/express-openapi-validator/commit/83dac8a)), closes [#1031](https://github.com/cdimascio/express-openapi-validator/issues/1031)

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