From 84a0029c56ca24d47f4ba8649f6f448d890a29fa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 5 Oct 2021 14:44:53 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.75 [skip ci] # [1.0.0-alpha.75](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.74...v1.0.0-alpha.75) (2021-10-05) ### Bug Fixes * **rss:** cast number type values to string in rss_helper ([7180ae9](https://code.podlibre.org/podlibre/castopod-host/commit/7180ae9ec700930b69c04ed91f8eceea16ad77ce)), closes [#148](https://code.podlibre.org/podlibre/castopod-host/issues/148) --- CHANGELOG.md | 8 ++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41566e36..92e99ef3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-alpha.75](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.74...v1.0.0-alpha.75) (2021-10-05) + +### Bug Fixes + +- **rss:** cast number type values to string in rss_helper + ([7180ae9](https://code.podlibre.org/podlibre/castopod-host/commit/7180ae9ec700930b69c04ed91f8eceea16ad77ce)), + closes [#148](https://code.podlibre.org/podlibre/castopod-host/issues/148) + # [1.0.0-alpha.74](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.73...v1.0.0-alpha.74) (2021-09-28) ### Features diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 4a0f490d..888b6df9 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-alpha.74'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.75'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 7b3bccda..803b5d49 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha74", + "version": "1.0.0-alpha75", "type": "project", "description": "Castopod Host 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 500a96dc..5eb5d73e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.74", + "version": "1.0.0-alpha.75", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-alpha.74", + "version": "1.0.0-alpha.75", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 59c27a9d..5dd23ade 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.74", + "version": "1.0.0-alpha.75", "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",