From ddae5da649b4c8960a96001c16238e0c40b64eba Mon Sep 17 00:00:00 2001 From: Dmytro Kozlov Date: Tue, 6 Jun 2023 17:56:48 +0300 Subject: [PATCH] update CHANGELOG.md, update package.json (#77) --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf343870..71958685 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## tip +## [v0.2.0](https://github.com/VictoriaMetrics/grafana-datasource/releases/tag/v0.2.0) + * FEATURE: add the ability to define expressions for each panel so that users can define WITH templates once and then reuse them. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/35). * FEATURE: add support MetricsQL to query builder. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/66). * FEATURE: add the ability to change the link for [Run in VMUI](https://docs.victoriametrics.com/#vmui) button. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/61). diff --git a/package.json b/package.json index 386fc9ba..f1f67d41 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "victoriametrics-datasource", - "version": "0.1.3", + "version": "0.2.0", "description": "Showcase how to build a basic datasource plugin", "scripts": { "build": "TS_NODE_PROJECT=\"./.config/webpack/tsconfig.webpack.json\" webpack -c ./webpack.config.ts --env production",