@netwerk-digitaal-erfgoed/network-of-terms-query 6.2.10 → 6.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -8
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,3 @@
1
- ## 6.2.10 (2026-01-29)
1
+ ## 6.2.11 (2026-01-29)
2
2
 
3
- ### 🩹 Fixes
4
-
5
- - **query:** extend workaround for Comunica v5 initialBindings bug to VALUES clauses ([#1703](https://github.com/netwerk-digitaal-erfgoed/network-of-terms/pull/1703))
6
-
7
- ### ❤️ Thank You
8
-
9
- - David de Boer @ddeboer
3
+ This was a version bump only for @netwerk-digitaal-erfgoed/network-of-terms-query to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netwerk-digitaal-erfgoed/network-of-terms-query",
3
- "version": "6.2.10",
3
+ "version": "6.2.11",
4
4
  "description": "Engine for querying sources in the Network of Terms",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/netwerk-digitaal-erfgoed/network-of-terms#readme",