From 7bf64792012c7fce2dff359d5dbaebb6a47c03b7 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Tue, 6 Feb 2024 08:40:58 +0100 Subject: [PATCH] 1.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d62875..fbc4218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v1.1.3](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.2...v1.1.3) - 2024-02-06 + +### Fixed +* [Fix duplicate triples being emitted multiple times](https://github.com/comunica/rdf-streaming-store.js/commit/4d0d540389d021136095a671de90163cc9f0e0d5) + ## [v1.1.2](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.1...v1.1.2) - 2024-01-17 diff --git a/package.json b/package.json index c85f9f9..813f88c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-streaming-store", - "version": "1.1.2", + "version": "1.1.3", "description": "A read-only RDF/JS store that allows parallel data lookup and insertion.", "keywords": [ "rdf",