Skip to content

Commit 1fe4133

Browse files
committed
Release v1.0.1
1 parent f3fa5bc commit 1fe4133

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## v1.0.1 - 2019-09-09
4+
5+
- Switch docker base image from node:10 to node:alpine-10 #36, [marefr](https://github.com/marefr)
6+
- Updated the panel render wait function to account for Grafana version 6 #26, [bmichaelis](https://github.com/bmichaelis)
7+
- Updated dependencies
8+
39
## v1.0.0 - 2019-08-16
410

511
Initial release containing prebuilt binaries available for download. Right now the binaries themselves should be considered alpha as they need more testing.

plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
1717
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
1818
],
19-
"version": "1.0.0",
20-
"updated": "2018-02-10"
19+
"version": "1.0.1",
20+
"updated": "2019-09-09"
2121
}
2222
}

0 commit comments

Comments
 (0)