Skip to content

Commit

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

<a name="v3.0.2"></a>
## [v3.0.2](https://github.com/comunica/comunica-feature-hdt/compare/v3.0.1...v3.0.2) - 2024-04-12

### Changed
* [Update to Comunica 3.0.3](https://github.com/comunica/comunica-feature-hdt/commit/c2e3638fac729cb97c286949a016491409aea46d)

### Fixed
* [Add missing config dep in query-sparql-hdt](https://github.com/comunica/comunica-feature-hdt/commit/2bd648520373293c413b6e5bc11337a6334a0d7e)

<a name="v3.0.1"></a>
## v3.0.1 - 2024-03-25

Expand Down
4 changes: 2 additions & 2 deletions engines/query-sparql-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/query-sparql-hdt",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Comunica engine for query evaluation over HDT files",
"lsd:module": true,
"license": "MIT",
Expand Down Expand Up @@ -124,7 +124,7 @@
"@comunica/actor-query-result-serialize-stats": "^3.0.3",
"@comunica/actor-query-result-serialize-table": "^3.0.3",
"@comunica/actor-query-result-serialize-tree": "^3.0.3",
"@comunica/actor-query-source-identify-hdt": "^3.0.1",
"@comunica/actor-query-source-identify-hdt": "^3.0.2",
"@comunica/actor-query-source-identify-hypermedia": "^3.0.3",
"@comunica/actor-query-source-identify-hypermedia-none": "^3.0.3",
"@comunica/actor-query-source-identify-hypermedia-qpf": "^3.0.3",
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": "3.0.1",
"version": "3.0.2",
"loglevel": "success",
"registry": "https://registry.npmjs.org/",
"npmClient": "yarn",
Expand Down
2 changes: 1 addition & 1 deletion packages/actor-query-source-identify-hdt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comunica/actor-query-source-identify-hdt",
"version": "3.0.1",
"version": "3.0.2",
"description": "A hdt query-source-identify actor",
"lsd:module": true,
"license": "MIT",
Expand Down

0 comments on commit e707413

Please sign in to comment.