diff --git a/CHANGELOG.md b/CHANGELOG.md index ae5111a..1d62875 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.2](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.1...v1.1.2) - 2024-01-17 + +### Fixed +* [Revert "Fix duplicate triples being emitted multiple times"](https://github.com/comunica/rdf-streaming-store.js/commit/e64d113ab9d6833f4cf70b6a79305a6fb742d9b2) + ## [v1.1.1](https://github.com/comunica/rdf-streaming-store.js/compare/v1.1.0...v1.1.1) - 2024-01-11 diff --git a/package.json b/package.json index bed6eac..c85f9f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-streaming-store", - "version": "1.1.1", + "version": "1.1.2", "description": "A read-only RDF/JS store that allows parallel data lookup and insertion.", "keywords": [ "rdf",