From 797c96c1e637bc42831c272419c74f93f581c83f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 24 Jul 2021 09:37:02 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.66 [skip ci] # [1.0.0-alpha.66](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.65...v1.0.0-alpha.66) (2021-07-24) ### Features * **rss:** add podcast:comments tag to link to episode comments ([32e8c7c](https://code.podlibre.org/podlibre/castopod-host/commit/32e8c7c16a61ffe08e2f3bfbdeda556811a0358c)) --- 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 cc942def..0155e824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.66](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.65...v1.0.0-alpha.66) (2021-07-24) + +### Features + +- **rss:** add podcast:comments tag to link to episode comments + ([32e8c7c](https://code.podlibre.org/podlibre/castopod-host/commit/32e8c7c16a61ffe08e2f3bfbdeda556811a0358c)) + # [1.0.0-alpha.65](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.64...v1.0.0-alpha.65) (2021-07-22) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 2b58fc1e..fd8726a1 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.65'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.66'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 5d0f586d..31a8c5be 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha65", + "version": "1.0.0-alpha66", "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 b3f113ab..cfbe8683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.65", + "version": "1.0.0-alpha.66", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0-alpha.65", + "version": "1.0.0-alpha.66", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index cb2f7535..8f051501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.65", + "version": "1.0.0-alpha.66", "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",