From fdf9f9ffd9a38f60dea9e477c1f8882576ad82ae Mon Sep 17 00:00:00 2001 From: Thomas Minier Date: Tue, 12 Oct 2021 13:58:36 +0200 Subject: [PATCH] Prepare release 0.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7fd2d17..92b9762 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sparql-engine", - "version": "0.8.1", + "version": "0.8.2", "description": "A framework for building SPARQL query engines in Javascript", "main": "dist/api.js", "types": "dist/api.d.ts",