From fdb4b086b0a4779213bc32e2057e086e34709bd5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 2 Mar 2026 13:40:32 +0100 Subject: [PATCH] Updater bot : social_to_mealie updated to 1.5.0 --- social_to_mealie/CHANGELOG.md | 3 +++ social_to_mealie/config.yaml | 2 +- social_to_mealie/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/social_to_mealie/CHANGELOG.md b/social_to_mealie/CHANGELOG.md index 8e4d4bf33..4ad4e9382 100644 --- a/social_to_mealie/CHANGELOG.md +++ b/social_to_mealie/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.0 (2026-03-02) +- Update to latest version from GerardPolloRebozado/social-to-mealie (changelog : https://github.com/GerardPolloRebozado/social-to-mealie/releases) ## 1.4.0-2 (26-02-2026) - Minor bugs fixed diff --git a/social_to_mealie/config.yaml b/social_to_mealie/config.yaml index 829c64c31..b3677db31 100644 --- a/social_to_mealie/config.yaml +++ b/social_to_mealie/config.yaml @@ -1,5 +1,5 @@ name: Social to Mealie -version: "1.4.0-2" +version: "1.5.0" slug: social_to_mealie description: Import recipes from social media directly into Mealie url: https://github.com/alexbelgium/hassio-addons diff --git a/social_to_mealie/updater.json b/social_to_mealie/updater.json index 921b89ffc..5270140c5 100644 --- a/social_to_mealie/updater.json +++ b/social_to_mealie/updater.json @@ -1,10 +1,10 @@ { "dockerhub_by_date": true, "dockerhub_list_size": 2, - "last_update": "2026-02-21", + "last_update": "2026-03-02", "repository": "alexbelgium/hassio-addons", "slug": "social_to_mealie", "source": "github", "upstream_repo": "GerardPolloRebozado/social-to-mealie", - "upstream_version": "1.4.0" + "upstream_version": "1.5.0" }