Skip to content

Commit 5b8dbbb

Browse files
committed
2.3.2
1 parent 665781b commit 5b8dbbb

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="v2.3.2"></a>
5+
## [v2.3.2](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.3.1...v2.3.2) - 2021-09-22
6+
7+
### Fixed
8+
* [Fix rare stream interruption before end, Closes #40](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/665781bf003ac299ff3d035a3a3c04d0af8e037b)
9+
410
<a name="v2.3.1"></a>
511
## [v2.3.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.3.0...v2.3.1) - 2021-08-27
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": "2.3.1",
3+
"version": "2.3.2",
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)