diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2dba8e..03f3aec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [4.5.5] - 2024-09-30 + +- Chore: Bump dompurify from 3.1.0 to 3.1.6 +- Chore: Bump grafana-plugin-sdk-go from 0.250.0 to 0.251.0 +- Chore: Bump grafana-plugin-sdk-go from 0.247.0 to 0.250.0 + ## [4.5.4] - 2024-09-12 - Chore: Bump path-to-regexp from 1.8.0 to 1.9.0 diff --git a/cspell.config.json b/cspell.config.json index 5e275067..035ccab1 100644 --- a/cspell.config.json +++ b/cspell.config.json @@ -30,48 +30,44 @@ "src/**", "pkg/**" ], - "ignoreRegExpList": [ - "import\\s*\\((.|[\r\n])*?\\)", - "import\\s*.*\".*?\"", - "\\[@.+\\]" - ], + "ignoreRegExpList": ["import\\s*\\((.|[\r\n])*?\\)", "import\\s*.*\".*?\"", "\\[@.+\\]"], "words": [ - "grafana", + "alexanderzobnin", + "datapoint", + "datapoints", "datasource", "datasources", - "zabbix", - "alexanderzobnin", - "lastchange", - "Zobnin", - "lastchange", + "dompurify", "eventid", "eventids", - "hostid", - "hostids", - "triggerid", - "triggerids", + "Gleb", + "grafana", "groupid", "groupids", - "itemtype", + "hostid", + "hostids", + "iowait", "itemid", "itemids", + "itemtype", + "Ivanovsky", + "lastchange", + "lastvalue", + "mydomain", "opdata", - "timeseries", - "datapoint", - "datapoints", "percpu", - "templating", "singlestat", - "iowait", - "submatch", - "Gleb", - "Ivanovsky", - "mydomain", "struct", - "unmarshal", - "timeshift", + "submatch", "templatig", - "lastvalue", - "typeahead" + "templating", + "timeseries", + "timeshift", + "triggerid", + "triggerids", + "typeahead", + "unmarshal", + "zabbix", + "Zobnin" ] } diff --git a/package.json b/package.json index 52a25439..a78d9de0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-zabbix", - "version": "4.5.4", + "version": "4.5.5", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "bugs": {