From fcd15324d6a5c906f59a9d2458debd55260cc114 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 6 Dec 2024 10:57:30 +0000 Subject: [PATCH] chore(release): 3.2.11 [skip ci] ## [3.2.11](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.10...v3.2.11) (2024-12-06) ### Bug Fixes * deprecated fields now only visible when activated ([fc1e3e8](https://github.com/mauricerenck/kirby-podcaster/commit/fc1e3e84d0d8174442e2519462b8cda7c32d8ce3)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac929c..db251f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.11](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.10...v3.2.11) (2024-12-06) + + +### Bug Fixes + +* deprecated fields now only visible when activated ([fc1e3e8](https://github.com/mauricerenck/kirby-podcaster/commit/fc1e3e84d0d8174442e2519462b8cda7c32d8ce3)) + ## [3.2.10](https://github.com/mauricerenck/kirby-podcaster/compare/v3.2.9...v3.2.10) (2024-09-26) diff --git a/composer.json b/composer.json index abe3401..4614045 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mauricerenck/podcaster", - "version": "3.2.10", + "version": "3.2.11", "description": "A Kirby Podcast Plugin", "homepage": "https://github.com/mauricerenck/kirby-podcaster", "type": "kirby-plugin",