Skip to content

Commit 7a34f24

Browse files
authored
Release grafana-image-renderer v3.0.1 (#250)
1 parent 378d82e commit 7a34f24

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.0.1 (2021-06-10)
2+
3+
- Browser: Fix panel timezone when the timezone query parameter is specified [#224](https://github.com/grafana/grafana-image-renderer/pull/224), [Bujupah](https://github.com/Bujupah)
4+
- Docker: Fix version endpoint for Docker images [#248](https://github.com/grafana/grafana-image-renderer/pull/248), [mbentley](https://github.com/mbentley)
5+
16
## 3.0.0 (2021-06-07)
27

38
- Security: Bump path-parse from 1.0.6 to 1.0.7 [#244](https://github.com/grafana/grafana-image-renderer/pull/244), [AgnesToulet](https://github.com/AgnesToulet)

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.0.0",
24-
"updated": "2021-06-07"
23+
"version": "3.0.1",
24+
"updated": "2021-06-10"
2525
},
2626
"dependencies": {
2727
"grafanaDependency": ">=7.0.0"

0 commit comments

Comments
 (0)