Skip to content

Commit

Permalink
Release v1.0.11 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
marefr authored Mar 20, 2020
1 parent d75d2ea commit 5ac51b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.0.11 (2020-03-20)

- Render: Add support for enabling verbose logging using environment variable [#105](https://github.com/grafana/grafana-image-renderer/pull/105), [marefr](https://github.com/marefr)
- Render: Fix panel titles should not be focused when rendering [#114](https://github.com/grafana/grafana-image-renderer/pull/114), [AgnesToulet](https://github.com/AgnesToulet)
- Security: Upgrade minimist dependency to v1.2.5 [#118](https://github.com/grafana/grafana-image-renderer/pull/118), [marefr](https://github.com/marefr)

## 1.0.10 (2020-02-18)

- Plugin: Fix unable to start Grafana (Windows) with version 1.0.8 and 1.0.9 [#103](https://github.com/grafana/grafana-image-renderer/pull/103), [marefr](https://github.com/marefr)
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
],
"version": "1.0.10",
"updated": "2020-02-18",
"version": "1.0.11",
"updated": "2020-03-20",
"dependencies": {
"grafanaVersion": "5.2"
}
Expand Down

0 comments on commit 5ac51b2

Please sign in to comment.