From ecb85ceedd9770b3c84e76f54effe9862c819be5 Mon Sep 17 00:00:00 2001 From: jellyfin-bot Date: Fri, 9 Jul 2021 15:32:32 +0000 Subject: [PATCH] Bump version to 7 --- build.yaml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/build.yaml b/build.yaml index de8064d..6b2e6cd 100644 --- a/build.yaml +++ b/build.yaml @@ -1,8 +1,7 @@ ---- name: "Fanart" guid: "170a157f-ac6c-437a-abdd-ca9c25cebd39" imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png" -version: "6.0.0.0" +version: "7" targetAbi: "10.7.0.0" framework: "net5.0" overview: "Scrape poster images from Fanart" @@ -11,5 +10,16 @@ category: "Metadata" owner: "jellyfin" artifacts: - "Jellyfin.Plugin.Fanart.dll" -changelog: | - changelog +changelog: |- + - Remove jQuery and update to es6 (#26) @grafixeyehero + - chore(ci): builds, releas drafter and more (#22) @h1dden-da3m0n + - Use System.Text.Json (#21) @Ullmie02 + + ### New features and improvements ### + - chore: plugin images (#25) @h1dden-da3m0n + + ### Dependency updates ### + - chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#23) @dependabot + + ### CI & build changes ### + - Update ci (#27) @h1dden-da3m0n