diff --git a/.changeset/dirty-pugs-walk.md b/.changeset/dirty-pugs-walk.md deleted file mode 100644 index 92a6425..0000000 --- a/.changeset/dirty-pugs-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"express-middleware-shacl": patch ---- - -When a property with `sh:class` was processed, the middleware would inadvertently modify the resource graph. Those changes would stay for the remainder of the request diff --git a/CHANGELOG.md b/CHANGELOG.md index 93147b5..79ff735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # express-middleware-shacl +## 1.3.1 + +### Patch Changes + +- 2a6e1e5: When a property with `sh:class` was processed, the middleware would inadvertently modify the resource graph. Those changes would stay for the remainder of the request + ## 1.3.0 ### Minor Changes diff --git a/package.json b/package.json index 0ae7bc3..047b6cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-middleware-shacl", - "version": "1.3.0", + "version": "1.3.1", "main": "index.js", "module": "index.js", "types": "index.d.ts",