Skip to content

Commit 09cee6c

Browse files
committed
4.1.1
1 parent aa2e052 commit 09cee6c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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="v4.1.1"></a>
5+
## [v4.1.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v4.1.0...v4.1.1) - 2024-01-16
6+
7+
### Fixed
8+
* [Migrate to @smessie/readable-web-to-node-stream](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/aa2e0527cb25d3a963b1a426840a5040449be8b0)
9+
410
<a name="v4.1.0"></a>
511
## [v4.1.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v4.0.0...v4.1.0) - 2023-09-05
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetch-sparql-endpoint",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.",
55
"keywords": [
66
"sparql",

0 commit comments

Comments
 (0)