Skip to content
Snippets Groups Projects
Commit 455efae0 authored by semantic-release-bot's avatar semantic-release-bot
Browse files

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

# [1.0.0-beta.18](adaures/castopod@v1.0.0-beta.17...v1.0.0-beta.18) (2022-07-07)

### Bug Fixes

* **player-styling:** revert vite to 2.8 to reference the player css ([e07d3afe](adaures/castopod@e07d3afe))

### Features

* add legalNoticeURL to app config for setting an external url to legal notice ([711843a0](adaures/castopod@711843a0))
parent e07d3afe
No related branches found
No related tags found
No related merge requests found
# [1.0.0-beta.18](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2022-07-07)
### Bug Fixes
- **player-styling:** revert vite to 2.8 to reference the player css
([e07d3af](https://code.castopod.org/adaures/castopod/commit/e07d3afea9af85b8361227e000fb64b502781668))
### Features
- add legalNoticeURL to app config for setting an external url to legal notice
([711843a](https://code.castopod.org/adaures/castopod/commit/711843a0c81e1e2ec7a015431786df4ef32d5092))
# [1.0.0-beta.17](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2022-07-06)
### Bug Fixes
......
......@@ -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.17');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.18');
/*
| --------------------------------------------------------------------
......
{
"name": "podlibre/castopod-host",
"version": "1.0.0-beta17",
"version": "1.0.0-beta18",
"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",
......
{
"name": "castopod-host",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@amcharts/amcharts4": "^4.10.25",
......
{
"name": "castopod-host",
"version": "1.0.0-beta.17",
"version": "1.0.0-beta.18",
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment