From ddeabf5665e7e4d40359f3e015f4380c73d78cce Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 21 Jun 2021 12:08:38 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.60 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21) ### Features * **rss:** add ˂podcast:guid˃ tag for channel ([1fab10e](https://code.podlibre.org/podlibre/castopod-host/commit/1fab10eb0d63bb7c3edf34ffe691e2aec2c2e43c)) --- CHANGELOG.md | 7 +++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd1f6be..a97fd60b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21) + +### Features + +- **rss:** add ˂podcast:guid˃ tag for channel + ([1fab10e](https://code.podlibre.org/podlibre/castopod-host/commit/1fab10eb0d63bb7c3edf34ffe691e2aec2c2e43c)) + # [1.0.0-alpha.59](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.58...v1.0.0-alpha.59) (2021-06-15) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 9e2ccd3d..0d0d6036 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.59'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.60'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index e46d55a9..6286cf4f 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha59", + "version": "1.0.0-alpha60", "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 33355b9d..c6d0d8c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.59", + "version": "1.0.0-alpha.60", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0-alpha.59", + "version": "1.0.0-alpha.60", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 6a19ee0f..646a0341 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.59", + "version": "1.0.0-alpha.60", "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",