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.
2 parents fc59edf + f9cd674 commit 76bf8caCopy full SHA for 76bf8ca
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Entries
4
5
+## [1.0.10] 2021-04-01
6
+
7
+- Fixed issue where some time values were being renderred incorrectly
8
9
## [1.0.9] 2021-04-01
10
11
- Fixed issue where dashboard path was not incorrect
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-github-datasource",
- "version": "1.0.9",
+ "version": "1.0.10",
"description": "loads data from github issues/Pr's to Grafana",
"scripts": {
"build": "rm -rf node_modules/@grafana/data/node_modules; grafana-toolkit plugin:build",
0 commit comments