Skip to content

Commit ec499c0

Browse files
authored
pre-release changes (#212)
1 parent 946b54c commit ec499c0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## tip
44

5+
## [v0.10.1](https://github.com/VictoriaMetrics/victoriametrics-datasource/releases/tag/v0.10.1)
6+
57
* BUGFIX: fixed healthcheck
68

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "victoriametrics-datasource",
3-
"version": "0.10.0",
3+
"version": "0.10.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)