Skip to content

Commit

Permalink
v5.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carmine committed Oct 30, 2024
1 parent 17e91d5 commit 75531ae
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## (2024-10-30)

* 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)
* 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)



## (2024-10-26)

* 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)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "5.3.8",
"version": "5.3.9",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 75531ae

Please sign in to comment.