Skip to content

Commit e2f1e50

Browse files
committed
Bump to release version v1.0.1
1 parent b817165 commit e2f1e50

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
<a name="v1.0.1"></a>
5+
## [v1.0.1](https://github.com/comunica/comunica-feature-mcp/compare/v1.0.0...v1.0.1) - 2026-05-14
6+
7+
### Fixed
8+
* [Bump HDT version to add Node 26 support](https://github.com/comunica/comunica-feature-mcp/commit/b81716514d676cf3e98f98968e1f3ad7a5ba83c4)
9+
410
<a name="v1.0.0"></a>
511
## [v1.0.0] - 2026-02-11
612

engines/mcp-sparql-hdt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@comunica/mcp-sparql-hdt",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "An MCP server for executing SPARQL queries over HDT files",
55
"license": "MIT",
66
"funding": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"packages/*",
1919
"performance/*"
2020
],
21-
"version": "1.0.0",
21+
"version": "1.0.1",
2222
"loglevel": "success",
2323
"registry": "https://registry.npmjs.org/",
2424
"npmClient": "yarn",

0 commit comments

Comments
 (0)