Skip to content

Commit 113ffce

Browse files
author
Richard Waller
authored
chore: release 0.10.0 (#187)
**chai-openapi-response-validator** and **jest-openapi** feat: * support OpenAPI 2 basePaths #172 @tgiardina & #186 @rwalle61 * (minor) add extra newline in error message #185 #186 @rwalle61 test: * we dropped a few invalid test cases, which should not affect any users #185 #186 @rwalle61
1 parent 38d17b8 commit 113ffce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/chai-openapi-response-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-openapi-response-validator",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"description": "Simple Chai support for asserting that HTTP responses satisfy an OpenAPI spec",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/jest-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-openapi",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)