diff --git a/CHANGELOG.md b/CHANGELOG.md index d97287a..54c535e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v4.0.1](https://github.com/comunica/comunica-feature-solid/compare/v3.1.1...v4.0.1) - 2024-10-15 + ## [v4.0.0](https://github.com/comunica/comunica-feature-solid/compare/v3.1.1...v4.0.0) - 2024-10-08 ### BREAKING CHANGES -* [Update to Comunica v4 prerelease](https://github.com/comunica/comunica-feature-solid/commit/e6a3e50c6106507181cbf6f7b590f3ae14396fe1) +* [Update to Comunica v4](https://github.com/comunica/comunica-feature-solid/commit/e6a3e50c6106507181cbf6f7b590f3ae14396fe1) * Learn more on https://github.com/comunica/comunica/blob/master/CHANGELOG.md ### Changed diff --git a/engines/config-query-sparql-solid/package.json b/engines/config-query-sparql-solid/package.json index df226e2..2b0b067 100644 --- a/engines/config-query-sparql-solid/package.json +++ b/engines/config-query-sparql-solid/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/config-query-sparql-solid", - "version": "4.0.0", + "version": "4.0.1", "description": "default configuration files for Comunica SPARQL Solid", "lsd:module": true, "license": "MIT", diff --git a/engines/query-sparql-solid/package.json b/engines/query-sparql-solid/package.json index 0a5170f..56dd797 100644 --- a/engines/query-sparql-solid/package.json +++ b/engines/query-sparql-solid/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/query-sparql-solid", - "version": "4.0.0", + "version": "4.0.1", "description": "A Comunica engine for query evaluation over Solid data pods", "lsd:module": true, "license": "MIT", @@ -163,7 +163,7 @@ "@comunica/actor-hash-bindings-murmur": "^4.0.1", "@comunica/actor-hash-quads-murmur": "^4.0.1", "@comunica/actor-http-fetch": "^4.0.1", - "@comunica/actor-http-inrupt-solid-client-authn": "^4.0.0", + "@comunica/actor-http-inrupt-solid-client-authn": "^4.0.1", "@comunica/actor-http-proxy": "^4.0.1", "@comunica/actor-http-wayback": "^4.0.1", "@comunica/actor-init-query": "^4.0.1", diff --git a/lerna.json b/lerna.json index 1457dea..9f2555a 100644 --- a/lerna.json +++ b/lerna.json @@ -17,7 +17,7 @@ "engines/*", "packages/*" ], - "version": "4.0.0", + "version": "4.0.1", "loglevel": "success", "registry": "https://registry.npmjs.org/", "npmClient": "yarn", diff --git a/packages/actor-http-inrupt-solid-client-authn/package.json b/packages/actor-http-inrupt-solid-client-authn/package.json index 82604ff..98a0dfb 100644 --- a/packages/actor-http-inrupt-solid-client-authn/package.json +++ b/packages/actor-http-inrupt-solid-client-authn/package.json @@ -1,6 +1,6 @@ { "name": "@comunica/actor-http-inrupt-solid-client-authn", - "version": "4.0.0", + "version": "4.0.1", "description": "A inrupt-solid-client-authn http actor", "lsd:module": true, "license": "MIT",