Skip to content

Commit 38fb274

Browse files
authored
Release grafana-image-renderer v3.6.2 (#386)
1 parent f8b7512 commit 38fb274

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.6.2 (2022-10-22)
2+
3+
- Log errors related to JSHandle@object as debug [#376](https://github.com/grafana/grafana-image-renderer/pull/376), [spinillos](https://github.com/spinillos)
4+
- Chore: Update Puppeteer deprecated functions [#375](https://github.com/grafana/grafana-image-renderer/pull/375), [spinillos](https://github.com/spinillos)
5+
- Fix: Update _client with _client() to avoid to fail when creating a CSV [#372](https://github.com/grafana/grafana-image-renderer/pull/372), [spinillos](https://github.com/spinillos)
6+
- Chore: Update all dependencies [#369](https://github.com/grafana/grafana-image-renderer/pull/369), [DanCech](https://github.com/DanCech)
7+
18
## 3.6.1 (2022-08-30)
29

310
- Chore: Update to Node 16 [#365](https://github.com/grafana/grafana-image-renderer/pull/365), [Clarity-89](https://github.com/Clarity-89)

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.1",
24-
"updated": "2022-08-30"
23+
"version": "3.6.2",
24+
"updated": "2022-10-22"
2525
},
2626
"dependencies": {
2727
"grafanaDependency": ">=8.3.11"

0 commit comments

Comments
 (0)