Skip to content

Commit

Permalink
chore: release 0.10.0 (#187)
Browse files Browse the repository at this point in the history
**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
  • Loading branch information
Richard Waller authored Oct 11, 2020
1 parent 38d17b8 commit 113ffce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/chai-openapi-response-validator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-openapi/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 113ffce

Please sign in to comment.