From 45876edcb925832ccbe6ae4321ee8501dc10e3ba Mon Sep 17 00:00:00 2001
From: Adam Yeats <16296989+adamyeats@users.noreply.github.com>
Date: Thu, 31 Oct 2024 13:22:46 +0000
Subject: [PATCH] automated release 0.2.3

---
 dist/plugin.json | 39 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 dist/plugin.json

diff --git a/dist/plugin.json b/dist/plugin.json
new file mode 100644
index 0000000..c401844
--- /dev/null
+++ b/dist/plugin.json
@@ -0,0 +1,39 @@
+{
+  "$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
+  "type": "datasource",
+  "name": "SurrealDB",
+  "id": "grafana-surrealdb-datasource",
+  "metrics": true,
+  "backend": true,
+  "alerting": true,
+  "executable": "gpx_surrealdb",
+  "info": {
+    "description": "SurrealDB datasource plugin for Grafana",
+    "author": {
+      "name": "Grafana Labs"
+    },
+    "keywords": ["datasource", "sql", "surrealdb"],
+    "logos": {
+      "small": "img/logo.png",
+      "large": "img/logo.png"
+    },
+    "links": [
+      {
+        "name": "Project site",
+        "url": "https://github.com/grafana/surrealdb-datasource"
+      },
+      {
+        "name": "Apache License",
+        "url": "https://github.com/grafana/surrealdb-datasource/blob/main/LICENSE"
+      }
+    ],
+    "screenshots": [],
+    "version": "0.2.3",
+    "updated": "2024-10-31"
+  },
+  "dependencies": {
+    "grafanaDependency": ">=9.5.3",
+    "plugins": []
+  },
+  "category": "sql"
+}