We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d081434 commit 49ad9a8Copy full SHA for 49ad9a8
.changeset/ripe-ads-lie.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @pactflow/openapi-pact-comparator
2
3
+## 1.3.0
4
+
5
+### Minor Changes
6
7
+- d081434: Remove swagger-parser validation as it is very slow
8
9
## 1.2.0
10
11
### Minor Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@pactflow/openapi-pact-comparator",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "An OpenAPI Specification and Pact Comparison library",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
0 commit comments