Skip to content

Commit

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

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

### Fixed
* [Fix retry actor not being configured](https://github.com/comunica/comunica-feature-solid/commit/a4e92bf71fb05b4b68cb3bb21c7a37ed02b97613)

<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

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.1",
"version": "4.0.2",
"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.1",
"version": "4.0.2",
"description": "A Comunica engine for query evaluation over Solid data pods",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -289,7 +289,7 @@
"@comunica/bus-http-invalidate": "^4.0.1",
"@comunica/bus-query-operation": "^4.0.1",
"@comunica/config-query-sparql": "^4.0.1",
"@comunica/config-query-sparql-solid": "^4.0.1",
"@comunica/config-query-sparql-solid": "^4.0.2",
"@comunica/context-entries": "^4.0.1",
"@comunica/core": "^4.0.1",
"@comunica/logger-void": "^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.1",
"version": "4.0.2",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down

0 comments on commit 479e660

Please sign in to comment.