From e2b85a1d8fe3f22076c954055c203df26cc6b6f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Apr 2021 09:20:24 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.51 [skip ci] # [1.0.0-alpha.51](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2021-04-15) ### Bug Fixes * **interact-as:** set actor_id instead of podcast id upon login event ([5dfade7](https://code.podlibre.org/podlibre/castopod/commit/5dfade7cf37f339c56d2e577c679b88a1b1d9336)), closes [#104](https://code.podlibre.org/podlibre/castopod/issues/104) --- 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 d91d2eac..f7669c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.51](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.50...v1.0.0-alpha.51) (2021-04-15) + + +### Bug Fixes + +* **interact-as:** set actor_id instead of podcast id upon login event ([5dfade7](https://code.podlibre.org/podlibre/castopod/commit/5dfade7cf37f339c56d2e577c679b88a1b1d9336)), closes [#104](https://code.podlibre.org/podlibre/castopod/issues/104) + # [1.0.0-alpha.50](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.49...v1.0.0-alpha.50) (2021-04-14) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 33fac2ed..e5c87f10 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -9,7 +9,7 @@ | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.50'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.51'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 0b405aa6..9a4d8349 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha50", + "version": "1.0.0-alpha51", "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 312dd6c6..44c4fbaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.50", + "version": "1.0.0-alpha.51", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b23d70fc..1ac09802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.50", + "version": "1.0.0-alpha.51", "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",