We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5628a3e commit 41dd293Copy full SHA for 41dd293
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [v1.0.1](https://github.com/apricote/grafana-hcloud-datasource/releases/tag/v1.0.1)
4
+
5
+### Bug Fixes
6
7
+- revert to eslint 8 to fix release process (#18)
8
9
## [v1.0.0](https://github.com/apricote/grafana-hcloud-datasource/releases/tag/v1.0.0)
10
11
### Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "grafana-hcloud-datasource",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Get metrics from hetzner cloud servers and load balancers directly in grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
0 commit comments