Skip to content

Commit

Permalink
chore: increment patch version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Mar 13, 2021
1 parent 4ce0f89 commit 33bb0f1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGE_HISTORY.md
@@ -1,3 +1,12 @@
## <small>4.12.5 (2021-03-13)</small>

* fix: correctly handle default values of deepObject query params (#557) ([4ce0f89](https://github.com/cdimascio/express-openapi-validator/commit/4ce0f89)), closes [#557](https://github.com/cdimascio/express-openapi-validator/issues/557)
* doc: Clean up README and Nestjs Example (#559) ([305d5db](https://github.com/cdimascio/express-openapi-validator/commit/305d5db)), closes [#559](https://github.com/cdimascio/express-openapi-validator/issues/559)
* doc: update README ([09980a3](https://github.com/cdimascio/express-openapi-validator/commit/09980a3))
* feat: Add Allow Header on 405 (#560) ([45a40b7](https://github.com/cdimascio/express-openapi-validator/commit/45a40b7)), closes [#560](https://github.com/cdimascio/express-openapi-validator/issues/560) [#467](https://github.com/cdimascio/express-openapi-validator/issues/467) [#467](https://github.com/cdimascio/express-openapi-validator/issues/467)



## <small>4.12.4 (2021-03-07)</small>

* chore: increment patch version ([e351cef](https://github.com/cdimascio/express-openapi-validator/commit/e351cef))
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
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "4.12.4",
"version": "4.12.5",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 33bb0f1

Please sign in to comment.