diff --git a/CHANGELOG.md b/CHANGELOG.md index abaaf3069..30519ab4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.13.4](https://github.com/IBM/openapi-validator/compare/v0.13.3...v0.13.4) (2019-08-27) + + +### Bug Fixes + +* treat response schemas with an `items` field as arrays, even if there is no `type` ([#99](https://github.com/IBM/openapi-validator/issues/99)) ([3383114](https://github.com/IBM/openapi-validator/commit/3383114)) + ## [0.13.3](https://github.com/IBM/openapi-validator/compare/v0.13.2...v0.13.3) (2019-08-06) diff --git a/package-lock.json b/package-lock.json index f93aab7ad..0bb73f954 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm-openapi-validator", - "version": "0.13.3", + "version": "0.13.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee3e64514..07e68030e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ibm-openapi-validator", "description": "Configurable and extensible validator/linter for OpenAPI documents", - "version": "0.13.3", + "version": "0.13.4", "main": "src/lib/index.js", "repository": "https://github.com/IBM/openapi-validator", "license": "Apache-2.0",