Skip to content

Commit f98c425

Browse files
cdimasciocrudo
authored andcommitted
chore: increment version
1 parent 2005c1b commit f98c425

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+
## <small>4.12.8 (2021-04-18)</small>
2+
3+
* fix: top level default values for deep objects (#586) ([ca16b42](https://github.com/cdimascio/express-openapi-validator/commit/ca16b42)), closes [#586](https://github.com/cdimascio/express-openapi-validator/issues/586)
4+
* fix: undefined when security is defined, but not used on path (#585) ([117d54b](https://github.com/cdimascio/express-openapi-validator/commit/117d54b)), closes [#585](https://github.com/cdimascio/express-openapi-validator/issues/585)
5+
6+
7+
18
## <small>4.12.7 (2021-04-04)</small>
29

310
* chore: increment patch version ([810931b](https://github.com/cdimascio/express-openapi-validator/commit/810931b))

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