Skip to content

Commit f03d1f5

Browse files
authored
Release 2.1.0 (#422)
1 parent d917b68 commit f03d1f5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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+
## [2.1.0]
4+
5+
- **Feature** - Add a new query to retrieve Workflow runs
6+
- **Chore** - Bump github.com/grafana/grafana-plugin-sdk-go to 0.266.0
7+
- **Chore** - Bump dompurify to 3.2.4
8+
39
## [2.0.2]
410

511
- **Chore** - Bump github.com/grafana/grafana-plugin-sdk-go to 0.265.0

cspell.config.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"datasources",
1212
"dateparse",
1313
"dfutil",
14+
"dompurify",
1415
"dserrors",
1516
"errorsource",
1617
"ghinstallation",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grafana-github-datasource",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"private": true,
55
"description": "The GitHub data source plugin for Grafana lets you to query the GitHub API in Grafana so you can visualize your GitHub repositories and projects.",
66
"repository": "github:grafana/github-datasource",

0 commit comments

Comments
 (0)