From 6d6747afa3a1d70920a59449c3395ea2fe4189d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 7 Dec 2020 20:17:41 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.28 [skip ci] # [1.0.0-alpha.28](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2020-12-07) ### Features * **rss:** add soundbites according to the podcastindex specs ([6b34617](https://code.podlibre.org/podlibre/castopod/commit/6b34617d07c70522cb941e96d91d9987493413eb)), closes [#83](https://code.podlibre.org/podlibre/castopod/issues/83) --- CHANGELOG.md | 7 +++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36136a3a..04adf06e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.28](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2020-12-07) + + +### Features + +* **rss:** add soundbites according to the podcastindex specs ([6b34617](https://code.podlibre.org/podlibre/castopod/commit/6b34617d07c70522cb941e96d91d9987493413eb)), closes [#83](https://code.podlibre.org/podlibre/castopod/issues/83) + # [1.0.0-alpha.27](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.26...v1.0.0-alpha.27) (2020-12-07) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index f18ef2d3..1ef84dd5 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -7,7 +7,7 @@ // // NOTE: this constant is updated upon release with Continuous Integration. // -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.27'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.28'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 78945417..93e395ad 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha27", + "version": "1.0.0-alpha28", "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 b40a0861..3c3e067d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.27", + "version": "1.0.0-alpha.28", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4b817bd..10246fb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.27", + "version": "1.0.0-alpha.28", "description": "Castopod 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",