From 3eecb82de82aa8f6dfbe0d3962b8f1376548e78e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Feb 2021 17:13:50 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.33 [skip ci] # [1.0.0-alpha.33](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2021-02-10) ### Features * **platforms:** add helloasso ([16cb993](https://code.podlibre.org/podlibre/castopod/commit/16cb993ee6e28987a840fc27a9c2c73794c67697)) --- 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 ada53608..c9aa4050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.33](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.32...v1.0.0-alpha.33) (2021-02-10) + + +### Features + +* **platforms:** add helloasso ([16cb993](https://code.podlibre.org/podlibre/castopod/commit/16cb993ee6e28987a840fc27a9c2c73794c67697)) + # [1.0.0-alpha.32](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.31...v1.0.0-alpha.32) (2021-02-10) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index d82cdb1a..af9c1ae3 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.32'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.33'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 6dd9cf20..1ac868de 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha32", + "version": "1.0.0-alpha33", "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 df93d1f3..5ef36fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8b363b9e..7e12e347 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.32", + "version": "1.0.0-alpha.33", "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",