Skip to content

Commit 19ba36c

Browse files
authored
Release 2.4.0 (#538)
Datasource release 2.4.0
1 parent ca4ce75 commit 19ba36c

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/fix-workflows-empty-results.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lazy-planes-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

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

3+
## 2.4.0
4+
5+
### Minor Changes
6+
7+
🚀 Add support for PDC
8+
9+
### Patch Changes
10+
11+
🐛 Fix empty results in Workflows query type. Added nil check for CreatedAt/UpdatedAt timestamps and added "None" option to Time Field dropdown (default) to return all workflows without time filtering.
12+
313
## 2.3.0
414

515
🚀 Add UpdatedAt time field to pull request queries

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.3.0",
3+
"version": "2.4.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)