Skip to content

Commit

Permalink
pre-release changes (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk authored Jun 26, 2024
1 parent 3f89085 commit 722606c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## tip

## [v0.8.3](https://github.com/VictoriaMetrics/grafana-datasource/releases/tag/v0.8.3)

* BUGFIX: fix an issue with prettify query if the query includes Grafana variables in the lookbehind window. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/166).
* BUGFIX: fix an issue with ad-hoc filters applied to variables in query. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/167). Thanks to @yincongcyincong for [the pull request](https://github.com/VictoriaMetrics/grafana-datasource/pull/170).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "victoriametrics-datasource",
"version": "0.8.2",
"version": "0.8.3",
"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",
Expand Down

0 comments on commit 722606c

Please sign in to comment.