From 63657ed4c13f43ed761ecf43d373406c845149df Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Jan 2025 12:27:53 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] # [3.3.0](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.11...v3.3.0) (2025-01-24) ### Bug Fixes * swap k-inside with k-panel-inside for K5 ([2987761](https://github.com/mauricerenck/kirby-podcaster/commit/298776179429b506051e73e4bdd034112682da63)) ### Features * darkmode ([f5cde1f](https://github.com/mauricerenck/kirby-podcaster/commit/f5cde1fbcf7b6793340773d63e90093be311a9cd)) --- CHANGELOG.md | 12 ++++++++++++ composer.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db251f9..bbf42ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.3.0](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.11...v3.3.0) (2025-01-24) + + +### Bug Fixes + +* swap k-inside with k-panel-inside for K5 ([2987761](https://github.com/mauricerenck/kirby-podcaster/commit/298776179429b506051e73e4bdd034112682da63)) + + +### Features + +* darkmode ([f5cde1f](https://github.com/mauricerenck/kirby-podcaster/commit/f5cde1fbcf7b6793340773d63e90093be311a9cd)) + ## [3.2.11](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.10...v3.2.11) (2024-12-06) diff --git a/composer.json b/composer.json index d296b46..023c442 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.11", + "version": "3.3.0", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin", @@ -49,4 +49,4 @@ "npm run build" ] } -} +} \ No newline at end of file