Skip to content

Commit 2c829c8

Browse files
committed
1.1.4
1 parent 5c46be0 commit 2c829c8

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="v1.1.4"></a>
5+
## [v1.1.4](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.3...v1.1.4) - 2024-02-20
6+
7+
### Fixed
8+
* [Fix duplicate quads during parallel import and match](https://github.com/comunica/rdf-streaming-store.js/commit/5c46be0ac4186c08234405cd2e08ba3dc57d9a2a)
9+
410
<a name="v1.1.3"></a>
511
## [v1.1.3](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.2...v1.1.3) - 2024-02-06
612

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rdf-streaming-store",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A read-only RDF/JS store that allows parallel data lookup and insertion.",
55
"keywords": [
66
"rdf",

0 commit comments

Comments
 (0)