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

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

# [1.0.0-beta.16](adaures/castopod@v1.0.0-beta.15...v1.0.0-beta.16) (2022-06-24)

### Bug Fixes

* change image size requirement hints ([ea20206e](adaures/castopod@ea20206e))

### Features

* add update rss feed feature for podcasts to import their latest episodes ([5eb9dc16](adaures/castopod@5eb9dc16)), closes [#183](adaures/castopod#183)
* **admin:** add search form in podcast episodes list ([6be5d128](adaures/castopod@6be5d128)), closes [#26](adaures/castopod#26)
* **api:** add rest api with podcasts read endpoints ([e64001d0](adaures/castopod@e64001d0)), closes [#210](adaures/castopod#210)
parent a37e4074
No related branches found
No related tags found
No related merge requests found
# [1.0.0-beta.16](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2022-06-24)
### Bug Fixes
- change image size requirement hints
([ea20206](https://code.castopod.org/adaures/castopod/commit/ea20206ee674eb54dd3ea188d2a2e2d41425df65))
### Features
- add update rss feed feature for podcasts to import their latest episodes
([5eb9dc1](https://code.castopod.org/adaures/castopod/commit/5eb9dc168eb9af04767829b76242c9120f55d46d)),
closes [#183](https://code.castopod.org/adaures/castopod/issues/183)
- **admin:** add search form in podcast episodes list
([6be5d12](https://code.castopod.org/adaures/castopod/commit/6be5d12877342a7c56e25ea8dd15a975c6ce45ac)),
closes [#26](https://code.castopod.org/adaures/castopod/issues/26)
- **api:** add rest api with podcasts read endpoints
([e64001d](https://code.castopod.org/adaures/castopod/commit/e64001d00604bcf587ec5e9a631282f212df450d)),
closes [#210](https://code.castopod.org/adaures/castopod/issues/210)
# [1.0.0-beta.15](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2022-06-14)
### 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.15');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.16');
/*
| --------------------------------------------------------------------
......
{
"name": "podlibre/castopod-host",
"version": "1.0.0-beta15",
"version": "1.0.0-beta16",
"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.15",
"version": "1.0.0-beta.16",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@amcharts/amcharts4": "^4.10.24",
......
{
"name": "castopod-host",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"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