From 579ae3015458e388d3d5484ecea62f2cc3eacc51 Mon Sep 17 00:00:00 2001 From: Dmytro Kozlov Date: Fri, 28 Jun 2024 11:27:13 +0200 Subject: [PATCH] make pre-release (#37) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11eba39..2b6d91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## v0.2.3 + * BUGFIX: fix bug with displaying response when one of the stream field is defined and lines are not collected. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/34). ## v0.2.2 diff --git a/package.json b/package.json index eb89a6b..3551f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victorialogs-datasource", - "version": "0.2.2", + "version": "0.2.3", "description": "VictoriaLogs datasource plugin for grafana", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",