Skip to content

Commit 600b69d

Browse files
committed
6.2.0
1 parent 7b4ebc9 commit 600b69d

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.2.0"></a>
5+
## [v6.2.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v6.1.0...v6.2.0) - 2025-08-22
6+
7+
### Added
8+
* [Add option to force direct POST requests](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/7b4ebc91362b89711e808fdff3d91229db5b8ee8)
9+
410
<a name="v6.1.0"></a>
511
## [v6.1.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v6.0.0...v6.1.0) - 2025-07-10
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.1.0",
3+
"version": "6.2.0",
44
"packageManager": "yarn@1.22.22",
55
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.",
66
"author": "Ruben Taelman <rubensworks@gmail.com>",

0 commit comments

Comments
 (0)