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 1162e1e commit 644b8a0Copy full SHA for 644b8a0
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Entries
4
5
+## [1.0.13] 2021-12-01
6
+
7
+- Fixed a bug where dashboard variables could not be set properly
8
9
## [1.0.12] 2021-12-01
10
11
- Added refId in annotation queries
package.json
@@ -1,6 +1,6 @@
1
{
"name": "grafana-github-datasource",
- "version": "1.0.12",
+ "version": "1.0.13",
"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