chore(release): 1.4.3 [skip ci]

## [1.4.3](https://code.castopod.org/adaures/castopod/compare/v1.4.2...v1.4.3) (2023-06-29)

### Bug Fixes

* **video-clipper:** add -t option to ffmpeg command to stop generation after duration ([60814b8](60814b8d20)), closes [#341](https://code.castopod.org/adaures/castopod/issues/341)
This commit is contained in:
semantic-release-bot 2023-06-29 15:39:37 +00:00
parent 5d1edd7e4c
commit d15a068e0c
4 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,12 @@
## [1.4.3](https://code.castopod.org/adaures/castopod/compare/v1.4.2...v1.4.3) (2023-06-29)
### Bug Fixes
- **video-clipper:** add -t option to ffmpeg command to stop generation after
duration
([60814b8](https://code.castopod.org/adaures/castopod/commit/60814b8d202419c2bdbf6abb7c2bde447537b7e9)),
closes [#341](https://code.castopod.org/adaures/castopod/issues/341)
## [1.4.2](https://code.castopod.org/adaures/castopod/compare/v1.4.1...v1.4.2) (2023-06-27) ## [1.4.2](https://code.castopod.org/adaures/castopod/compare/v1.4.1...v1.4.2) (2023-06-27)
### Bug Fixes ### Bug Fixes

View File

@ -11,7 +11,7 @@ declare(strict_types=1);
| |
| NOTE: this constant is updated upon release with Continuous Integration. | NOTE: this constant is updated upon release with Continuous Integration.
*/ */
defined('CP_VERSION') || define('CP_VERSION', '1.4.2'); defined('CP_VERSION') || define('CP_VERSION', '1.4.3');
/* /*
| -------------------------------------------------------------------- | --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{ {
"name": "adaures/castopod", "name": "adaures/castopod",
"version": "1.4.2", "version": "1.4.3",
"type": "project", "type": "project",
"description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "description": "Castopod is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"homepage": "https://castopod.org", "homepage": "https://castopod.org",

View File

@ -1,6 +1,6 @@
{ {
"name": "castopod", "name": "castopod",
"version": "1.4.2", "version": "1.4.3",
"description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.", "description": "Castopod Host is an open-source hosting platform made for podcasters who want engage and interact with their audience.",
"private": true, "private": true,
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",