From c760acc79dfe54bce2fe540b8c347b7d72f34d78 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Oct 2022 16:32:44 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.24 [skip ci] # [1.0.0-beta.24](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-10-14) ### Bug Fixes * **router:** trim URI slash to match same routes for URIs with and without trailing slash ([9e9375f](https://code.castopod.org/adaures/castopod/commit/9e9375f9a2cd6102f827b36ec521f4c86a557c00)) ### Features * **episode:** add form to allow editing episode's publication date to a past date ([d783d16](https://code.castopod.org/adaures/castopod/commit/d783d16eb73d3f896a3dea39a766b4e963e53abf)), closes [#97](https://code.castopod.org/adaures/castopod/issues/97) * **rss:** add rss feed route without the `.xml` extension ([94c0b7c](https://code.castopod.org/adaures/castopod/commit/94c0b7c15920dae9ade5cdc79c7996dbfe82ba05)), closes [#247](https://code.castopod.org/adaures/castopod/issues/247) --- CHANGELOG.md | 18 ++++++++++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22da2dc6..b6d4cebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [1.0.0-beta.24](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.23...v1.0.0-beta.24) (2022-10-14) + +### Bug Fixes + +- **router:** trim URI slash to match same routes for URIs with and without + trailing slash + ([9e9375f](https://code.castopod.org/adaures/castopod/commit/9e9375f9a2cd6102f827b36ec521f4c86a557c00)) + +### Features + +- **episode:** add form to allow editing episode's publication date to a past + date + ([d783d16](https://code.castopod.org/adaures/castopod/commit/d783d16eb73d3f896a3dea39a766b4e963e53abf)), + closes [#97](https://code.castopod.org/adaures/castopod/issues/97) +- **rss:** add rss feed route without the `.xml` extension + ([94c0b7c](https://code.castopod.org/adaures/castopod/commit/94c0b7c15920dae9ade5cdc79c7996dbfe82ba05)), + closes [#247](https://code.castopod.org/adaures/castopod/issues/247) + # [1.0.0-beta.23](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.22...v1.0.0-beta.23) (2022-09-29) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index a01ad025..b52f7ea4 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -11,7 +11,7 @@ declare(strict_types=1); | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.23'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.24'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 5993eee4..318e1240 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-beta23", + "version": "1.0.0-beta24", "type": "project", "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "homepage": "https://castopod.org", diff --git a/package-lock.json b/package-lock.json index 34f6e6f9..1831f5ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-beta.23", + "version": "1.0.0-beta.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-beta.23", + "version": "1.0.0-beta.24", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.29", diff --git a/package.json b/package.json index 7d0e6d35..e2c2cb63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-beta.23", + "version": "1.0.0-beta.24", "description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "private": true, "license": "AGPL-3.0-or-later",