From 7047d5afb761e5bcf903e41446a96de38c95ce9a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Jul 2021 18:49:14 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.64 [skip ci] # [1.0.0-alpha.64](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.63...v1.0.0-alpha.64) (2021-07-12) ### Features * **activitypub:** add Podcast actor and PodcastEpisode object with comments ([9e1e5d2](https://code.podlibre.org/podlibre/castopod-host/commit/9e1e5d2e862d6a3345d11ca7f96b955c76bfa013)) --- 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 233764e4..2ba0ad98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.64](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.63...v1.0.0-alpha.64) (2021-07-12) + +### Features + +- **activitypub:** add Podcast actor and PodcastEpisode object with comments + ([9e1e5d2](https://code.podlibre.org/podlibre/castopod-host/commit/9e1e5d2e862d6a3345d11ca7f96b955c76bfa013)) + # [1.0.0-alpha.63](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.62...v1.0.0-alpha.63) (2021-07-12) ### Features diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 09b13b49..4a00a5b8 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.63'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.64'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index ee8365fe..f971fb31 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha63", + "version": "1.0.0-alpha64", "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 0c07105d..605b98f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.63", + "version": "1.0.0-alpha.64", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0-alpha.63", + "version": "1.0.0-alpha.64", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 94c671d6..59e2af6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.63", + "version": "1.0.0-alpha.64", "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",