chore(release): 1.3.4 [skip ci]

## [1.3.4](https://code.castopod.org/adaures/castopod/compare/v1.3.3...v1.3.4) (2023-05-05)

### Bug Fixes

* **import-update:** insert episodes incrementally into database ([108fdf8](108fdf84b8))
This commit is contained in:
semantic-release-bot 2023-05-05 17:17:28 +00:00
parent 71bd124596
commit fbd1a0cf0d
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
## [1.3.4](https://code.castopod.org/adaures/castopod/compare/v1.3.3...v1.3.4) (2023-05-05)
### Bug Fixes
- **import-update:** insert episodes incrementally into database
([108fdf8](https://code.castopod.org/adaures/castopod/commit/108fdf84b8dd458fc71a06a77d14069287ab8e42))
## [1.3.3](https://code.castopod.org/adaures/castopod/compare/v1.3.2...v1.3.3) (2023-04-17)
### 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.3.3');
defined('CP_VERSION') || define('CP_VERSION', '1.3.4');
/*
| --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "adaures/castopod",
"version": "1.3.3",
"version": "1.3.4",
"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",

View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.3.3",
"version": "1.3.4",
"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",