Skip to content

Commit

Permalink
release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
retzkek committed Mar 16, 2021
1 parent 42e8d7e commit 994dfac
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.3.0

- **improvement** Support key/value variables (@retzkek #48)
- **improvement** Configurable timePath and timeFormat (@retzkek #49)
- **documentation** rewrite examples to use the test data source, which provides
an example server and dashboard that [users can
install](https://github.com/fifemon/graphql-test-source) to learn and
experiment with. (@retzkek #51)

## v1.2.0

- **improvement** Add support for dashboard variable queries (@ggranberry #38)
Expand Down
9 changes: 9 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.3.0

- **improvement** Support key/value variables (@retzkek #48)
- **improvement** Configurable timePath and timeFormat (@retzkek #49)
- **documentation** rewrite examples to use the test data source, which provides
an example server and dashboard that [users can
install](https://github.com/fifemon/graphql-test-source) to learn and
experiment with. (@retzkek #51)

## v1.2.0

- **improvement** Add support for dashboard variable queries (@ggranberry #38)
Expand Down
2 changes: 1 addition & 1 deletion dist/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{ "name": "DeutscheBahn Arrivals Annotations", "path": "img/db_arrivals_annotations.png"},
{ "name": "GitHub Security Advisories", "path": "img/github_security_advisories.png"}
],
"version": "1.2.0",
"version": "1.3.0",
"updated": "2021-03-16"
},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-datasource",
"version": "1.2.0",
"version": "1.3.0",
"description": "Generic GraphQL data source",
"scripts": {
"build": "grafana-toolkit plugin:build",
Expand Down

0 comments on commit 994dfac

Please sign in to comment.