Skip to content

Commit ecaac34

Browse files
committed
v0.14.2
1 parent bb29f20 commit ecaac34

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.14.2-alpha.0"
12+
"version": "0.14.2"
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.14.2-alpha.0",
3+
"version": "0.14.2",
44
"description": "Use Chai to assert that HTTP responses satisfy an OpenAPI spec",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -63,6 +63,6 @@
6363
"ts-mocha": "^8.0.0"
6464
},
6565
"dependencies": {
66-
"openapi-validator": "^0.14.2-alpha.0"
66+
"openapi-validator": "^0.14.2"
6767
}
6868
}

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.14.2-alpha.0",
3+
"version": "0.14.2",
44
"description": "Jest matchers for asserting that HTTP responses satisfy an OpenAPI spec",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -56,6 +56,6 @@
5656
},
5757
"dependencies": {
5858
"jest-matcher-utils": "^26.6.2",
59-
"openapi-validator": "^0.14.2-alpha.0"
59+
"openapi-validator": "^0.14.2"
6060
}
6161
}

packages/openapi-validator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-validator",
3-
"version": "0.14.2-alpha.0",
3+
"version": "0.14.2",
44
"description": "Common code for jest-openapi and Chai OpenAPI Response Validator",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)