Skip to content

Commit 75531ae

Browse files
author
carmine
committed
v5.3.9
1 parent 17e91d5 commit 75531ae

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-10-30)
2+
3+
* fix: fix authHeader without `cookie-parser` middleware (#1003) ([17e91d5](https://github.com/cdimascio/express-openapi-validator/commit/17e91d5)), closes [#1003](https://github.com/cdimascio/express-openapi-validator/issues/1003) [#949](https://github.com/cdimascio/express-openapi-validator/issues/949)
4+
* chore(deps): bump cookie and express in /examples/3-eov-operations (#1002) ([f2aba32](https://github.com/cdimascio/express-openapi-validator/commit/f2aba32)), closes [#1002](https://github.com/cdimascio/express-openapi-validator/issues/1002)
5+
6+
7+
18
## (2024-10-26)
29

310
* fix: add cookie support for HTTP bearer authentication (#949) ([00d070b](https://github.com/cdimascio/express-openapi-validator/commit/00d070b)), closes [#949](https://github.com/cdimascio/express-openapi-validator/issues/949)

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