From 2c0b1baabe2bb8bb05ce2e49c4d4bd944155bd9a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 28 Jun 2025 17:16:27 +0200 Subject: [PATCH] update changelog --- docs/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 9436a3c..e9a4b78 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,6 +4,13 @@ sidebar_position: 7 # Changelog +## 5.1.1 + +**Fixed** + +* fix(build): define appName to fix this error: "The `@nextcloud/vue` library was used without setting / replacing the `appName`" +* fix #349: add custom controller to retrieve core apps + ## 5.1.0 **Added**