Skip to content

Commit 51f5bfc

Browse files
committed
v4.13.5
1 parent 3744cdd commit 51f5bfc

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+
## <small>4.13.5 (2021-12-26)</small>
2+
3+
* fix json syntax in allcontributors file (#676) ([5dc6d22](https://github.com/cdimascio/express-openapi-validator/commit/5dc6d22)), closes [#676](https://github.com/cdimascio/express-openapi-validator/issues/676)
4+
* Fixes on SerDes (#682) ([56f778b](https://github.com/cdimascio/express-openapi-validator/commit/56f778b)), closes [#682](https://github.com/cdimascio/express-openapi-validator/issues/682) [#601](https://github.com/cdimascio/express-openapi-validator/issues/601) [#569](https://github.com/cdimascio/express-openapi-validator/issues/569)
5+
* Patch on serdes test and allow to use generated AJV out of Express usage (#684) ([3744cdd](https://github.com/cdimascio/express-openapi-validator/commit/3744cdd)), closes [#684](https://github.com/cdimascio/express-openapi-validator/issues/684) [#601](https://github.com/cdimascio/express-openapi-validator/issues/601) [#569](https://github.com/cdimascio/express-openapi-validator/issues/569) [#601](https://github.com/cdimascio/express-openapi-validator/issues/601) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683) [#601](https://github.com/cdimascio/express-openapi-validator/issues/601) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683) [#601](https://github.com/cdimascio/express-openapi-validator/issues/601) [#683](https://github.com/cdimascio/express-openapi-validator/issues/683)
6+
* docs: add zzgab as a contributor for code, test (#680) ([3f0de5d](https://github.com/cdimascio/express-openapi-validator/commit/3f0de5d)), closes [#680](https://github.com/cdimascio/express-openapi-validator/issues/680)
7+
8+
9+
110
## <small>4.13.4 (2021-11-29)</small>
211

312
* default export in handler #671 (#675) ([e68a604](https://github.com/cdimascio/express-openapi-validator/commit/e68a604)), closes [#671](https://github.com/cdimascio/express-openapi-validator/issues/671) [#675](https://github.com/cdimascio/express-openapi-validator/issues/675)

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