Skip to content

Commit 5c6712e

Browse files
committed
Bump version
1 parent c7acd17 commit 5c6712e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.5
4+
5+
* Don't execute query with every focus change
6+
* Fix connection error handling
7+
38
## 1.0.4
49

510
* Add query variable support

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trino-datasource",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "The Trino datasource allows to query and visualize Trino data from within Grafana.",
55
"scripts": {
66
"build": "grafana-toolkit plugin:build",

0 commit comments

Comments
 (0)