Skip to content

Commit

Permalink
chore: release 0.12.0 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Waller authored Feb 28, 2021
1 parent 49cbcc3 commit 988e6de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.11.0",
"version": "0.12.0",
"description": "Use Chai to assert that HTTP responses satisfy an OpenAPI spec",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -64,6 +64,6 @@
"supertest": "^6.0.0"
},
"dependencies": {
"openapi-validator": "^0.11.0"
"openapi-validator": "^0.12.0"
}
}
4 changes: 2 additions & 2 deletions packages/jest-openapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-openapi",
"version": "0.11.0",
"version": "0.12.0",
"description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -51,6 +51,6 @@
},
"dependencies": {
"jest-matcher-utils": "^26.5.2",
"openapi-validator": "^0.11.0"
"openapi-validator": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion packages/openapi-validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-validator",
"version": "0.11.0",
"version": "0.12.0",
"description": "Common code for jest-openapi and Chai OpenAPI Response Validator",
"scripts": {
"format": "prettier --write . --ignore-path ../../.prettierignore",
Expand Down

0 comments on commit 988e6de

Please sign in to comment.