From 262fca6b4a007b97a9458ea8673c892d0bf82c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Mon, 6 May 2024 14:53:46 +0200 Subject: [PATCH] Release 3.10.4 (#520) --- CHANGELOG.md | 3 +++ plugin.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77cf828c..3d1c9446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.10.4 (2024-05-06) +- Chore: Remove unused dependencies [#517](https://github.com/grafana/grafana-image-renderer/pull/517), [evictorero](https://github.com/evictorero) + ## 3.10.3 (2024-04-16) - Bump protobufjs from 7.2.4 to 7.2.6 [#515](https://github.com/grafana/grafana-image-renderer/pull/515), [dependabot[bot]](https://github.com/apps/dependabot) diff --git a/plugin.json b/plugin.json index e1877d57..d88f77a9 100644 --- a/plugin.json +++ b/plugin.json @@ -24,8 +24,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.10.3", - "updated": "2024-04-16" + "version": "3.10.4", + "updated": "2024-05-06" }, "dependencies": { "grafanaDependency": ">=8.3.11"