Skip to content

Commit 8e422b2

Browse files
author
carmine
committed
v5.3.6
1 parent 6dc3b97 commit 8e422b2

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGE_HISTORY.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## (2024-09-13)
2+
3+
* bodyParsers is deprecated so update with expess bodyParsers (#974) ([6dc3b97](https://github.com/cdimascio/express-openapi-validator/commit/6dc3b97)), closes [#974](https://github.com/cdimascio/express-openapi-validator/issues/974)
4+
* Update README.md ([772d1dc](https://github.com/cdimascio/express-openapi-validator/commit/772d1dc))
5+
* Update README.md ([de4219e](https://github.com/cdimascio/express-openapi-validator/commit/de4219e))
6+
* fix: upgrade express-openapi-validator from 5.2.0 to 5.3.1 (#960) ([bd636bb](https://github.com/cdimascio/express-openapi-validator/commit/bd636bb)), closes [#960](https://github.com/cdimascio/express-openapi-validator/issues/960)
7+
* chore(deps-dev): bump braces from 3.0.2 to 3.0.3 in /examples/9-nestjs (#964) ([148fa90](https://github.com/cdimascio/express-openapi-validator/commit/148fa90)), closes [#964](https://github.com/cdimascio/express-openapi-validator/issues/964)
8+
* chore(deps-dev): bump braces in /examples/7-response-date-serialization (#963) ([aa3018a](https://github.com/cdimascio/express-openapi-validator/commit/aa3018a)), closes [#963](https://github.com/cdimascio/express-openapi-validator/issues/963)
9+
10+
11+
112
## (2024-09-06)
213

314
* fix: Dereference path parameters (#962) ([0aebe5d](https://github.com/cdimascio/express-openapi-validator/commit/0aebe5d)), closes [#962](https://github.com/cdimascio/express-openapi-validator/issues/962)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-openapi-validator",
3-
"version": "5.3.5",
3+
"version": "5.3.6",
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)