Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 13, 2022
1 parent d219ffd commit 1ef6cb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

<a name="v2.4.1"></a>
## [v2.4.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.4.0...v2.4.1) - 2022-07-13

### Fixed
* [Fix key-value in additional params being reversed](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/d219ffd06846a244300c90d06ce01956a37eb056)

### Added
* [Enable tree shaking in package.json](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/8f26d1a9588209c84e78359663535dee625c20a0)

<a name="v2.4.0"></a>
## [v2.4.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.3.3...v2.4.0) - 2022-02-01

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "fetch-sparql-endpoint",
"version": "2.4.0",
"version": "2.4.1",
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.",
"keywords": [
"sparql",
Expand Down

0 comments on commit 1ef6cb7

Please sign in to comment.