Skip to content

Commit

Permalink
Bump to release version v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Oct 15, 2024
1 parent b9ac41a commit db2c4e8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v4.0.1"></a>
## [v4.0.1](https://github.com/comunica/comunica-feature-solid/compare/v3.1.1...v4.0.1) - 2024-10-15

<a name="v4.0.0"></a>
## [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
Expand Down
2 changes: 1 addition & 1 deletion engines/config-query-sparql-solid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-solid/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"engines/*",
"packages/*"
],
"version": "4.0.0",
"version": "4.0.1",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-http-inrupt-solid-client-authn/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit db2c4e8

Please sign in to comment.