Skip to content

Commit e402c3e

Browse files
committed
2.3.1
1 parent 635a283 commit e402c3e

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.1"></a>
5+
## [v2.3.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.3.0...v2.3.1) - 2021-08-27
6+
7+
### Fixed
8+
* [Fix error on non-empty body on invalid updates](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/635a283d48e03c6c409d053e44ef77a01e472dc3)
9+
410
<a name="v2.3.0"></a>
511
## [v2.3.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.2.0...v2.3.0) - 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.0",
3+
"version": "2.3.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)