diff --git a/CHANGE_HISTORY.md b/CHANGE_HISTORY.md index b6ea2420..a8bd5734 100644 --- a/CHANGE_HISTORY.md +++ b/CHANGE_HISTORY.md @@ -1,3 +1,25 @@ +## 4.9.5 (2020-12-22) + +* fix: #495 inconsistent validation of multipart request body with $ref (#496) ([832f865](https://github.com/cdimascio/express-openapi-validator/commit/832f865)), closes [#495](https://github.com/cdimascio/express-openapi-validator/issues/495) [#496](https://github.com/cdimascio/express-openapi-validator/issues/496) [#495](https://github.com/cdimascio/express-openapi-validator/issues/495) +* chore: increment patch version ([f35b1f2](https://github.com/cdimascio/express-openapi-validator/commit/f35b1f2)) +* chore: increment patch version ([a542ece](https://github.com/cdimascio/express-openapi-validator/commit/a542ece)) +* chore: publish script ([ab392b8](https://github.com/cdimascio/express-openapi-validator/commit/ab392b8)) +* chore: remove docs folder ([1592223](https://github.com/cdimascio/express-openapi-validator/commit/1592223)) +* doc: brief summary ([60f2cf4](https://github.com/cdimascio/express-openapi-validator/commit/60f2cf4)) + + + +## 4.9.5 (2020-12-22) + +* fix: #495 inconsistent validation of multipart request body with $ref (#496) ([832f865](https://github.com/cdimascio/express-openapi-validator/commit/832f865)), closes [#495](https://github.com/cdimascio/express-openapi-validator/issues/495) [#496](https://github.com/cdimascio/express-openapi-validator/issues/496) [#495](https://github.com/cdimascio/express-openapi-validator/issues/495) +* chore: increment patch version ([f35b1f2](https://github.com/cdimascio/express-openapi-validator/commit/f35b1f2)) +* chore: increment patch version ([a542ece](https://github.com/cdimascio/express-openapi-validator/commit/a542ece)) +* chore: publish script ([ab392b8](https://github.com/cdimascio/express-openapi-validator/commit/ab392b8)) +* chore: remove docs folder ([1592223](https://github.com/cdimascio/express-openapi-validator/commit/1592223)) +* doc: brief summary ([60f2cf4](https://github.com/cdimascio/express-openapi-validator/commit/60f2cf4)) + + + ## 4.9.2 (2020-12-19) * chore: add OpenAPIV3.Document return type ([e71e1b9](https://github.com/cdimascio/express-openapi-validator/commit/e71e1b9)) diff --git a/package-lock.json b/package-lock.json index 680bfaa6..307accf1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "4.9.4", + "version": "4.9.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 82b5a58c..525b3ab6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openapi-validator", - "version": "4.9.4", + "version": "4.9.5", "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", "main": "dist/index.js", "scripts": {