From 6c8652863f0d5ac8376bfda3e7a421fc098d6c10 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Thu, 9 Jan 2025 13:28:45 +0100 Subject: [PATCH] 2.0.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3dbbc9..8b14d7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. + +## [v2.0.2](https://github.com/rubensworks/rdf-data-factory.js/compare/v2.0.1...v2.0.2) - 2025-01-09 + +### Fixed +* [Fix literal with empty direction not equaling undefined direction](https://github.com/rubensworks/rdf-data-factory.js/commit/b01040d2d61f3e1abd2e0617685064e2885809f6) + ## [v2.0.1](https://github.com/rubensworks/rdf-data-factory.js/compare/v2.0.0...v2.0.1) - 2025-01-08 diff --git a/package.json b/package.json index ec9ef30..cc266e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdf-data-factory", - "version": "2.0.1", + "version": "2.0.2", "description": "A TypeScript/JavaScript implementation of the RDF/JS data factory.", "keywords": [ "rdf",