From 4651141c6d2f6e29652d5cb390c6bea77e08b9d9 Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Thu, 12 Sep 2024 09:27:34 -0300 Subject: [PATCH] Release 3.11.5 --- CHANGELOG.md | 4 ++++ plugin.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c614235..b535d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.11.5 (2024-09-12) +- Bump express to 4.21.0 [#567](https://github.com/grafana/grafana-image-renderer/pull/567), [evictorero](https://github.com/evictorero) +- Bump micromatch from 4.0.7 to 4.0.8 [#561](https://github.com/grafana/grafana-image-renderer/pull/561), [dependabot[bot]](https://github.com/apps/dependabot) + ## 3.11.4 (2024-08-30) - Puppeteer: Upgrade to v22 [#556](https://github.com/grafana/grafana-image-renderer/pull/556), [evictorero](https://github.com/evictorero) diff --git a/plugin.json b/plugin.json index c52fee4..c893085 100644 --- a/plugin.json +++ b/plugin.json @@ -24,8 +24,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.11.4", - "updated": "2024-08-30" + "version": "3.11.5", + "updated": "2024-09-12" }, "dependencies": { "grafanaDependency": ">=8.3.11"