Skip to content

Commit c18c7c1

Browse files
committed
6.1.0
1 parent 2525630 commit c18c7c1

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="v6.1.0"></a>
5+
## [v6.1.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v6.0.0...v6.1.0) - 2025-07-10
6+
7+
### Added
8+
* [Add option to force GET requests if URL length is low](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/2525630d7f893c8a6ae5086ac71005d19e3db708)
9+
410
<a name="v6.0.0"></a>
511
## [v6.0.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v5.1.0...v6.0.0) - 2025-01-08
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": "6.0.0",
3+
"version": "6.1.0",
44
"packageManager": "[email protected]",
55
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.",
66
"author": "Ruben Taelman <[email protected]>",

0 commit comments

Comments
 (0)