chore(release): 1.3.3 [skip ci]

## [1.3.3](https://code.castopod.org/adaures/castopod/compare/v1.3.2...v1.3.3) (2023-04-17)

### Bug Fixes

* unnescape podcast title special characters in "find us on" section ([f727276](f727276f82)), closes [#323](https://code.castopod.org/adaures/castopod/issues/323)
* **websub:** add missing misc helper import ([855aacc](855aacce0b))
This commit is contained in:
semantic-release-bot 2023-04-17 12:29:21 +00:00
parent f727276f82
commit fb9b6ec54d
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## [1.3.3](https://code.castopod.org/adaures/castopod/compare/v1.3.2...v1.3.3) (2023-04-17)
### Bug Fixes
- unnescape podcast title special characters in "find us on" section
([f727276](https://code.castopod.org/adaures/castopod/commit/f727276f820a8ef2c47947f40a37a4a157b509ef)),
closes [#323](https://code.castopod.org/adaures/castopod/issues/323)
- **websub:** add missing misc helper import
([855aacc](https://code.castopod.org/adaures/castopod/commit/855aacce0bf3841a876cd593e668e116149080aa))
## [1.3.2](https://code.castopod.org/adaures/castopod/compare/v1.3.1...v1.3.2) (2023-04-14)
### 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.2');
defined('CP_VERSION') || define('CP_VERSION', '1.3.3');
/*
| --------------------------------------------------------------------

View File

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