Skip to content

Commit

Permalink
v0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rwalle61 committed Jan 3, 2022
1 parent bb29f20 commit ecaac34
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"allowBranch": "master"
}
},
"version": "0.14.2-alpha.0"
"version": "0.14.2"
}
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.14.2-alpha.0",
"version": "0.14.2",
"description": "Use Chai to assert that HTTP responses satisfy an OpenAPI spec",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -63,6 +63,6 @@
"ts-mocha": "^8.0.0"
},
"dependencies": {
"openapi-validator": "^0.14.2-alpha.0"
"openapi-validator": "^0.14.2"
}
}
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.14.2-alpha.0",
"version": "0.14.2",
"description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -56,6 +56,6 @@
},
"dependencies": {
"jest-matcher-utils": "^26.6.2",
"openapi-validator": "^0.14.2-alpha.0"
"openapi-validator": "^0.14.2"
}
}
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.14.2-alpha.0",
"version": "0.14.2",
"description": "Common code for jest-openapi and Chai OpenAPI Response Validator",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ecaac34

Please sign in to comment.