From a375e04b1944d29957a051c8710399744c4a3010 Mon Sep 17 00:00:00 2001 From: Ruben Taelman Date: Fri, 21 Apr 2023 10:39:28 +0200 Subject: [PATCH] 2.3.2 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a947417..f4ec91a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog + +## [v2.3.2](https://github.com/comunica/sparqlee/compare/v2.3.1...v2.3.2) - 2023-04-21 + +### Fixed +* [Fix error when comparing language and string literals](https://github.com/comunica/sparqlee/commit/f5988613ae219afadbf659f15a515878b22e3825) + ## [v2.3.1](https://github.com/comunica/sparqlee/compare/v2.3.0...v2.3.1) - 2023-04-17 diff --git a/package.json b/package.json index e2251d1..35f3c6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparqlee", - "version": "2.3.1", + "version": "2.3.2", "description": "A simple SPARQL expression evaluator library", "main": "dist/index.js", "types": "dist/index.d.ts",