From 7335271498c5b3f352a04f0788405dabf456a219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20Toulet?= <35176601+AgnesToulet@users.noreply.github.com> Date: Thu, 27 Jul 2023 15:03:44 +0200 Subject: [PATCH] Release grafana-image-renderer v3.7.2 (#444) --- CHANGELOG.md | 7 +++++++ plugin.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5f8a57..c313e1ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 3.7.2 (2023-07-27) +- Chore: update all dependencies [#443](https://github.com/grafana/grafana-image-renderer/pull/443), [AgnesToulet](https://github.com/AgnesToulet) +- Bump protobufjs from 7.1.1 to 7.2.4 [#438](https://github.com/grafana/grafana-image-renderer/pull/438), [dependabot[bot]](https://github.com/apps/dependabot) +- Bump tough-cookie from 4.1.2 to 4.1.3 [#439](https://github.com/grafana/grafana-image-renderer/pull/439), [dependabot[bot]](https://github.com/apps/dependabot) +- Bump semver from 6.3.0 to 6.3.1 [#440](https://github.com/grafana/grafana-image-renderer/pull/440), [dependabot[bot]](https://github.com/apps/dependabot) +- Bump word-wrap from 1.2.3 to 1.2.4 [#441](https://github.com/grafana/grafana-image-renderer/pull/441), [dependabot[bot]](https://github.com/apps/dependabot) + ## 3.7.1 (2023-05-15) - Docker: remove alpine edge repo [#413](https://github.com/grafana/grafana-image-renderer/pull/413), [sozercan](https://github.com/sozercan) - Bump yaml from 2.1.1 to 2.2.2 [#421](https://github.com/grafana/grafana-image-renderer/pull/421), [dependabot[bot]](https://github.com/apps/dependabot) diff --git a/plugin.json b/plugin.json index fba52bbd..d44d8892 100644 --- a/plugin.json +++ b/plugin.json @@ -29,8 +29,8 @@ "url": "https://github.com/grafana/grafana-image-renderer/blob/master/LICENSE" } ], - "version": "3.7.1", - "updated": "2023-05-15" + "version": "3.7.2", + "updated": "2023-07-27" }, "dependencies": { "grafanaDependency": ">=8.3.11"