Skip to content

Commit 9dd788e

Browse files
committed
Release grafana-image-renderer v3.6.4
1 parent 5686d65 commit 9dd788e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 3.6.4 (2023-02-10)
2+
3+
- Add Snyk workflow [#402](https://github.com/grafana/grafana-image-renderer/pull/402), [SadFaceSmith](https://github.com/SadFaceSmith)
4+
- Fix null error [#403](https://github.com/grafana/grafana-image-renderer/pull/403), [spinillos](https://github.com/spinillos)
5+
16
## 3.6.3 (2023-01-11)
27

38
- Add support for page zooming option [#387](https://github.com/grafana/grafana-image-renderer/pull/387), [kaffarell](https://github.com/kaffarell)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
2121
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
2222
],
23-
"version": "3.6.3",
24-
"updated": "2023-01-11"
23+
"version": "3.6.4",
24+
"updated": "2023-02-10"
2525
},
2626
"dependencies": {
2727
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)