Skip to content

Commit ed2a93b

Browse files
author
Richard Waller
authored
chore: release 0.11.0 (#212)
1 parent 899f6a0 commit ed2a93b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chai-openapi-response-validator",
3-
"version": "0.10.0",
4-
"description": "Simple Chai support for asserting that HTTP responses satisfy an OpenAPI spec",
3+
"version": "0.11.0",
4+
"description": "Use Chai to assert that HTTP responses satisfy an OpenAPI spec",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"scripts": {

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.10.0",
3+
"version": "0.11.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)