diff --git a/.changeset/fix-optional-filter-triples.md b/.changeset/fix-optional-filter-triples.md deleted file mode 100644 index 2ad59d1..0000000 --- a/.changeset/fix-optional-filter-triples.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@_linked/core": patch ---- - -Fix SPARQL generation for `.where()` filters with OR conditions and `.every()`/`.some()` quantifiers. -Tightened assertions across multiple integration tests. diff --git a/CHANGELOG.md b/CHANGELOG.md index cca698b..4d908a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.2.1 + +### Patch Changes + +- [#37](https://github.com/Semantu/linked/pull/37) [`0a3adc1`](https://github.com/Semantu/linked/commit/0a3adc1b9c47d9101da6d5c8b09e44531e2e396f) Thanks [@flyon](https://github.com/flyon)! - Fix SPARQL generation for `.where()` filters with OR conditions and `.every()`/`.some()` quantifiers. + Tightened assertions across multiple integration tests. + ## 2.2.0 ### Patch Changes diff --git a/package.json b/package.json index e3f9fab..2219550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@_linked/core", - "version": "2.2.0", + "version": "2.2.1", "license": "MIT", "description": "Linked.js core query and SHACL shape DSL (copy-then-prune baseline)", "repository": {