Skip to content

Commit

Permalink
chore(release): v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rwalle61 committed Sep 12, 2021
1 parent 5400ff4 commit 15ddc61
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.13.0"
"version": "0.14.0"
}
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.13.0",
"version": "0.14.0",
"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 @@ -62,6 +62,6 @@
"ts-mocha": "^8.0.0"
},
"dependencies": {
"openapi-validator": "^0.13.0"
"openapi-validator": "^0.14.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.13.0",
"version": "0.14.0",
"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 @@ -57,6 +57,6 @@
},
"dependencies": {
"jest-matcher-utils": "^26.6.2",
"openapi-validator": "^0.13.0"
"openapi-validator": "^0.14.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.13.0",
"version": "0.14.0",
"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 15ddc61

Please sign in to comment.