Skip to content

Commit 41dd293

Browse files
authored
chore(main): release v1.0.1 (#19)
1 parent 5628a3e commit 41dd293

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## [v1.0.0](https://github.com/apricote/grafana-hcloud-datasource/releases/tag/v1.0.0)
410

511
### Breaking Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-hcloud-datasource",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Get metrics from hetzner cloud servers and load balancers directly in grafana",
55
"scripts": {
66
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",

0 commit comments

Comments
 (0)