Skip to content

Commit 56efe45

Browse files
committed
chore(release): v0.13.0
1 parent 5b818a0 commit 56efe45

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"allowBranch": "master"
1010
}
1111
},
12-
"version": "0.12.0"
12+
"version": "0.13.0"
1313
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chai-openapi-response-validator",
3-
"version": "0.12.0",
3+
"version": "0.13.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.12.0"
67+
"openapi-validator": "^0.13.0"
6868
}
6969
}

packages/jest-openapi/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-openapi",
3-
"version": "0.12.0",
3+
"version": "0.13.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.12.0"
54+
"openapi-validator": "^0.13.0"
5555
}
5656
}

packages/openapi-validator/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-validator",
3-
"version": "0.12.0",
3+
"version": "0.13.0",
44
"description": "Common code for jest-openapi and Chai OpenAPI Response Validator",
55
"scripts": {
66
"format": "prettier --write . --ignore-path ../../.prettierignore",
@@ -29,7 +29,6 @@
2929
"url": "https://github.com/openapi-library/OpenAPIValidators/issues"
3030
},
3131
"homepage": "https://github.com/openapi-library/OpenAPIValidators#openapi-validators",
32-
"devDependencies": {},
3332
"dependencies": {
3433
"combos": "^0.2.0",
3534
"fs-extra": "^9.0.0",

0 commit comments

Comments
 (0)