Skip to content

Commit 13fee7d

Browse files
authored
Release 3.8.1 (#456)
1 parent eae4793 commit 13fee7d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 3.8.1 (2023-09-18)
2+
- Fix check condition to avoid timeouts in invalid panels [#299](https://github.com/grafana/grafana-image-renderer/pull/299), [spinillos](https://github.com/spinillos)
3+
- Plugin: fix Chrome path [#451](https://github.com/grafana/grafana-image-renderer/pull/451), [AgnesToulet](https://github.com/AgnesToulet)
4+
15
## 3.8.0 (2023-08-22)
26
- Puppeteer: upgrade to v21 [#433](https://github.com/grafana/grafana-image-renderer/pull/433), [Clarity-89](https://github.com/Clarity-89)
37
- Fix fullpage waitFor conditions [#446](https://github.com/grafana/grafana-image-renderer/pull/446), [AgnesToulet](https://github.com/AgnesToulet)

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"
3030
}
3131
],
32-
"version": "3.8.0",
33-
"updated": "2023-08-25"
32+
"version": "3.8.1",
33+
"updated": "2023-09-18"
3434
},
3535
"dependencies": {
3636
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)