Skip to content

Commit 12708ad

Browse files
authored
pre-release changes (#155)
1 parent ad74298 commit 12708ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## tip
44

5+
## [v0.8.1](https://github.com/VictoriaMetrics/grafana-datasource/releases/tag/v0.8.1)
6+
57
* BUGFIX: fix an issue in the template variable service where accessing the `datasource` property of `undefined` caused a failure. See [this issue](https://github.com/VictoriaMetrics/grafana-datasource/issues/150).
68

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-datasource",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Showcase how to build a basic datasource plugin",
55
"scripts": {
66
"build": "TS_NODE_PROJECT=\"./.config/webpack/tsconfig.webpack.json\" webpack -c ./webpack.config.ts --env production",

0 commit comments

Comments
 (0)