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](5dfade7cf3)), closes [#104](https://code.podlibre.org/podlibre/castopod/issues/104)
This commit is contained in:
semantic-release-bot 2021-04-15 09:20:24 +00:00
parent 5dfade7cf3
commit e2b85a1d8f
5 changed files with 11 additions and 4 deletions

View File

@ -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)

View File

@ -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');
/*
| --------------------------------------------------------------------

View File

@ -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",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.50",
"version": "1.0.0-alpha.51",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",