From ab20c60228edec3661a4077229009a0b0088bdd3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 30 Mar 2024 16:36:11 +0000 Subject: [PATCH] chore(release): 3.2.4 [skip ci] ## [3.2.4](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.3...v3.2.4) (2024-03-30) ### Bug Fixes * umlauts in chapters ([c4ac1f3](https://github.com/mauricerenck/kirby-podcaster/commit/c4ac1f3727e19de4de48071a906ae8ec6788ed07)), closes [#71](https://github.com/mauricerenck/kirby-podcaster/issues/71) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2e4952..87d457e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.4](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.3...v3.2.4) (2024-03-30) + + +### Bug Fixes + +* umlauts in chapters ([c4ac1f3](https://github.com/mauricerenck/kirby-podcaster/commit/c4ac1f3727e19de4de48071a906ae8ec6788ed07)), closes [#71](https://github.com/mauricerenck/kirby-podcaster/issues/71) + ## [3.2.3](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.2...v3.2.3) (2024-03-06) diff --git a/composer.json b/composer.json index 41c73f9..c2aa1e6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.3", + "version": "3.2.4", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",