diff --git a/.changeset/many-queens-matter.md b/.changeset/many-queens-matter.md deleted file mode 100644 index 090f262..0000000 --- a/.changeset/many-queens-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"rdf-validate-shacl": patch ---- - -Added a `maxNodeChecks` option to prevent `too much recursion` error caused by cyclic shape references (fixes #136) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea700b9..cd232b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## 0.4.4 +## 0.5.6 + +### Patch Changes + +- 6041552: Added a `maxNodeChecks` option to prevent `too much recursion` error caused by cyclic shape references (fixes #136) + ## 0.5.5 ### Patch Changes diff --git a/package.json b/package.json index 5e6b1fa..dd8441f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-validate-shacl", - "version": "0.5.5", + "version": "0.5.6", "description": "RDF SHACL validator", "main": "index.js", "type": "module",