Skip to content

Commit

Permalink
make pre-release changes (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryk-dk committed Jul 22, 2024
1 parent c1064f9 commit 144a77d
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.2.5

* BUGFIX: fix bug with parsing response when time field is empty but message and labels are present.
It happens when the user tries to show only stats number. See [this issue](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/45).

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": "victorialogs-datasource",
"version": "0.2.4",
"version": "0.2.5",
"description": "VictoriaLogs datasource plugin for grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 144a77d

Please sign in to comment.