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

# [1.0.0-beta.5](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-01-31)

### Bug Fixes

* **analytics:** set initial value for duration and bandwidth ([ee50539](ee50539591))
This commit is contained in:
semantic-release-bot 2022-01-31 17:23:53 +00:00
parent ee50539591
commit 7bc2d42c8e
5 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
# [1.0.0-beta.5](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2022-01-31)
### Bug Fixes
- **analytics:** set initial value for duration and bandwidth
([ee50539](https://code.podlibre.org/podlibre/castopod-host/commit/ee5053959154b1a2e5fbe4b43162968425206a26))
# [1.0.0-beta.4](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2022-01-29)
### 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.4');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.5');
/*
| --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod-host",
"version": "1.0.0-beta4",
"version": "1.0.0-beta5",
"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.4",
"version": "1.0.0-beta.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.0.0-beta.4",
"version": "1.0.0-beta.5",
"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.4",
"version": "1.0.0-beta.5",
"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",