We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e2edd commit 36246a1Copy full SHA for 36246a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v1.0.2 - 2019-09-10
4
+
5
+- Don't include dist directory in archive (zip) files
6
7
## v1.0.1 - 2019-09-09
8
9
- Switch docker base image from node:10 to node:alpine-10 #36, [marefr](https://github.com/marefr)
plugin.json
@@ -16,7 +16,7 @@
16
{"name": "Project site", "url": "https://github.com/grafana/grafana-image-renderer"},
17
{"name": "Apache License", "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE"}
18
],
19
- "version": "1.0.1",
20
- "updated": "2019-09-09"
+ "version": "1.0.2",
+ "updated": "2019-09-10"
21
}
22
0 commit comments