chore(release): 1.0.0-beta.8 [skip ci]

# [1.0.0-beta.8](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-02-10)

### Features

* **podcast-form:** add new_feed_url field to set an url when changing domain or host ([e7eec48](e7eec48e7b))
This commit is contained in:
semantic-release-bot 2022-02-10 11:19:13 +00:00
parent e7eec48e7b
commit 472842fae6
5 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
# [1.0.0-beta.8](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2022-02-10)
### Features
- **podcast-form:** add new_feed_url field to set an url when changing domain or
host
([e7eec48](https://code.podlibre.org/podlibre/castopod-host/commit/e7eec48e7bc06a9aa907db01ed3e5b536e7dd8be))
# [1.0.0-beta.7](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2022-02-05)
### Bug Fixes

View File

@ -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-beta.7');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.8');
/*
| --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod-host",
"version": "1.0.0-beta7",
"version": "1.0.0-beta8",
"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",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "castopod-host",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@amcharts/amcharts4": "^4.10.23",

View File

@ -1,6 +1,6 @@
{
"name": "castopod-host",
"version": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"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",