Skip to content

Commit 32d2299

Browse files
committed
v4.12.15
1 parent 688105b commit 32d2299

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGE_HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## <small>4.12.15 (2021-07-25)</small>
2+
3+
* fix: #626 op level params override path level ([688105b](https://github.com/cdimascio/express-openapi-validator/commit/688105b)), closes [#626](https://github.com/cdimascio/express-openapi-validator/issues/626)
4+
* fix: upgrade @types/multer from 1.4.5 to 1.4.6 (#629) ([6114f08](https://github.com/cdimascio/express-openapi-validator/commit/6114f08)), closes [#629](https://github.com/cdimascio/express-openapi-validator/issues/629)
5+
* fix: upgrade json-schema-ref-parser from 9.0.7 to 9.0.9 (#628) ([c5c963c](https://github.com/cdimascio/express-openapi-validator/commit/c5c963c)), closes [#628](https://github.com/cdimascio/express-openapi-validator/issues/628)
6+
* Add Path level query param to list ONLY if there is not already an operation-level query param by th ([5268177](https://github.com/cdimascio/express-openapi-validator/commit/5268177)), closes [#631](https://github.com/cdimascio/express-openapi-validator/issues/631)
7+
8+
9+
110
## <small>4.12.14 (2021-06-21)</small>
211

312
* increment patch version ([3d21e55](https://github.com/cdimascio/express-openapi-validator/commit/3d21e55))

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": "4.12.14",
3+
"version": "4.12.15",
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)