Skip to content

Commit 988e6de

Browse files
author
Richard Waller
authored
chore: release 0.12.0 (#221)
1 parent 49cbcc3 commit 988e6de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-openapi-response-validator",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Use Chai to assert that HTTP responses satisfy an OpenAPI spec",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -64,6 +64,6 @@
6464
"supertest": "^6.0.0"
6565
},
6666
"dependencies": {
67-
"openapi-validator": "^0.11.0"
67+
"openapi-validator": "^0.12.0"
6868
}
6969
}

packages/jest-openapi/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-openapi",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -51,6 +51,6 @@
5151
},
5252
"dependencies": {
5353
"jest-matcher-utils": "^26.5.2",
54-
"openapi-validator": "^0.11.0"
54+
"openapi-validator": "^0.12.0"
5555
}
5656
}

packages/openapi-validator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-validator",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"description": "Common code for jest-openapi and Chai OpenAPI Response Validator",
55
"scripts": {
66
"format": "prettier --write . --ignore-path ../../.prettierignore",

0 commit comments

Comments
 (0)