From f330406ea512d82427a58e52d9a2e77ccd1010af Mon Sep 17 00:00:00 2001 From: Matias Chomicki Date: Mon, 30 Sep 2024 17:39:14 +0200 Subject: [PATCH] 1.0.1 (#810) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26c719db..16b3750d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-lokiexplore-app", - "version": "1.0.0", + "version": "1.0.1", "description": "Query less exploration of log data stored in Loki", "scripts": { "build": "webpack -c ./webpack.config.ts --env production",