Skip to content

Commit 8563719

Browse files
authored
Release 3.9.0 (#484)
1 parent 3988fdc commit 8563719

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.9.0 (2023-12-04)
2+
- Config: Improve consistency between plugin and server mode [#477](https://github.com/grafana/grafana-image-renderer/pull/477), [AgnesToulet](https://github.com/AgnesToulet)
3+
- Chore: Bump axios from 0.27.2 to 1.6.0 [#480](https://github.com/grafana/grafana-image-renderer/pull/480), [dependabot[bot]](https://github.com/apps/dependabot)
4+
15
## 3.8.4 (2023-10-17)
26
- Bump xml2js to 0.6.2 [#473](https://github.com/grafana/grafana-image-renderer/pull/473), [AgnesToulet](https://github.com/AgnesToulet)
37
- Browser: Fix panel rendered waiting condition [#472](https://github.com/grafana/grafana-image-renderer/pull/472), [AgnesToulet](https://github.com/AgnesToulet)

plugin.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"name": "Grafana Labs",
1010
"url": "https://grafana.com"
1111
},
12-
"keywords": [
13-
"renderer",
14-
"png",
15-
"backend",
16-
"image"
17-
],
12+
"keywords": ["renderer", "png", "backend", "image"],
1813
"logos": {
1914
"small": "img/icon.png",
2015
"large": "img/icon.png"
@@ -29,10 +24,10 @@
2924
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
3025
}
3126
],
32-
"version": "3.8.4",
33-
"updated": "2023-10-17"
27+
"version": "3.9.0",
28+
"updated": "2023-12-04"
3429
},
3530
"dependencies": {
3631
"grafanaDependency": ">=8.3.11"
3732
}
38-
}
33+
}

0 commit comments

Comments
 (0)