From e40584b3a376963f78f8d33df52573f8b2dee5f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Mon, 30 Sep 2024 15:33:44 +0200 Subject: [PATCH] Release 1.9.2 (#299) * Chore: Bump dependencies for version 1.9.2 * Refactor: Update cspell.config.json --- CHANGELOG.md | 6 ++++++ cspell.config.json | 3 ++- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97370f3..9cdeea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.9.2 + +- **Chore**: Bump path-to-regexp from 1.8.0 to 1.9.0 (#296) +- **Chore**: Bump github.com/grafana/grafana-plugin-sdk-go from 0.245.0 to 0.250.0 (#297) +- **Chore**: Bump dompurify from 3.1.0 to 3.1.6 (#298) + ## 1.9.1 - **Chore**: Update `github.com/grafana/grafana-plugin-sdk-go` to v0.245.0 (#293) diff --git a/cspell.config.json b/cspell.config.json index 352df26..0b36304 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -14,12 +14,13 @@ "Conjs", "conv", "COUNTIF", + "Dammam", "datasource", "datasources", "datasourcetest", "DATETIME", - "Dammam", "doitintl", + "dompurify", "etag", "fillmode", "genproto", diff --git a/package.json b/package.json index 3f3bd2c..19c8edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-bigquery-datasource", - "version": "1.9.1", + "version": "1.9.2", "description": "Google BigQuery datasource for Grafana", "license": "Apache-2.0", "author": "Grafana Labs (https://grafana.com)",