Skip to content

Commit

Permalink
chore: increment patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Feb 3, 2021
1 parent cfb9fb7 commit 3851742
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGE_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## <small>4.10.10 (2021-02-03)</small>

* Add validateApiDoc props in OpenApiValidatorOpts (#525) ([cfb9fb7](https://github.com/cdimascio/express-openapi-validator/commit/cfb9fb7)), closes [#525](https://github.com/cdimascio/express-openapi-validator/issues/525)
* fix example ([edd4d24](https://github.com/cdimascio/express-openapi-validator/commit/edd4d24))
* Fix: electron asar - failed to open spec dir (#531) ([d09f1a2](https://github.com/cdimascio/express-openapi-validator/commit/d09f1a2)), closes [#531](https://github.com/cdimascio/express-openapi-validator/issues/531)
* fix: upgrade @types/multer from 1.4.4 to 1.4.5 (#524) ([17e923e](https://github.com/cdimascio/express-openapi-validator/commit/17e923e)), closes [#524](https://github.com/cdimascio/express-openapi-validator/issues/524)



## <small>4.10.9 (2021-01-24)</small>

* chore: increment patch version ([adf800c](https://github.com/cdimascio/express-openapi-validator/commit/adf800c))
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.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-openapi-validator",
"version": "4.10.9",
"version": "4.10.10",
"description": "Automatically validate API requests and responses with OpenAPI 3 and Express.",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,6 @@
"@types/express": "^4.17.8",
"@types/mocha": "^8.0.3",
"@types/morgan": "^1.9.1",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.2",
"@types/supertest": "^2.0.10",
"body-parser": "^1.19.0",
Expand Down

0 comments on commit 3851742

Please sign in to comment.