From 113ffcee35c194b48fe1bd64bb1d8a8cef6afcdd Mon Sep 17 00:00:00 2001 From: Richard Waller Date: Sun, 11 Oct 2020 16:29:13 +0100 Subject: [PATCH] chore: release 0.10.0 (#187) **chai-openapi-response-validator** and **jest-openapi** feat: * support OpenAPI 2 basePaths https://github.com/RuntimeTools/OpenAPIValidators/pull/172 @tgiardina & https://github.com/RuntimeTools/OpenAPIValidators/pull/186 @rwalle61 * (minor) add extra newline in error message https://github.com/RuntimeTools/OpenAPIValidators/pull/185 https://github.com/RuntimeTools/OpenAPIValidators/pull/186 @rwalle61 test: * we dropped a few invalid test cases, which should not affect any users https://github.com/RuntimeTools/OpenAPIValidators/pull/185 https://github.com/RuntimeTools/OpenAPIValidators/pull/186 @rwalle61 --- packages/chai-openapi-response-validator/package.json | 2 +- packages/jest-openapi/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/chai-openapi-response-validator/package.json b/packages/chai-openapi-response-validator/package.json index 94c2511..32374e9 100644 --- a/packages/chai-openapi-response-validator/package.json +++ b/packages/chai-openapi-response-validator/package.json @@ -1,6 +1,6 @@ { "name": "chai-openapi-response-validator", - "version": "0.9.4", + "version": "0.10.0", "description": "Simple Chai support for asserting that HTTP responses satisfy an OpenAPI spec", "main": "index.js", "types": "index.d.ts", diff --git a/packages/jest-openapi/package.json b/packages/jest-openapi/package.json index 7c0971c..49adef8 100644 --- a/packages/jest-openapi/package.json +++ b/packages/jest-openapi/package.json @@ -1,6 +1,6 @@ { "name": "jest-openapi", - "version": "0.9.4", + "version": "0.10.0", "description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec", "main": "index.js", "types": "index.d.ts",