Skip to content

Commit 36203ad

Browse files
authored
Release grafana-image-renderer v3.0.0-beta1 (#230)
1 parent 452528b commit 36203ad

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.0.0-beta1 (2021-05-19)
2+
3+
- Add CSV rendering feature [#217](https://github.com/grafana/grafana-image-renderer/pull/217), [AgnesToulet](https://github.com/AgnesToulet)
4+
15
## 2.1.1 (2021-05-18)
26

37
- Chore: Add changelog in package files [#226](https://github.com/grafana/grafana-image-renderer/pull/226), [AgnesToulet](https://github.com/AgnesToulet)

plugin.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
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": "2.1.1",
24-
"updated": "2021-05-18"
23+
"version": "3.0.0-beta1",
24+
"updated": "2021-05-19"
2525
},
2626
"dependencies": {
27-
"grafanaVersion": "5.x.x 6.x.x 7.x.x"
27+
"grafanaVersion": "5.x.x 6.x.x 7.x.x 8.x.x"
2828
}
2929
}

0 commit comments

Comments
 (0)