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

# [1.0.0-beta.13](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-04-14)

### Bug Fixes

* **rss:** remove escaping for publisher and owner name ([e2046e4](e2046e4b11))
* use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries ([853a6ba](853a6ba915))

### Features

* **i18n:** add Norwegian Nynorsk to supported locales ([744340d](744340df61))
This commit is contained in:
semantic-release-bot 2022-04-14 15:31:04 +00:00
parent ced61fc236
commit e787b6b6e7
5 changed files with 19 additions and 5 deletions

View File

@ -1,3 +1,17 @@
# [1.0.0-beta.13](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-04-14)
### Bug Fixes
- **rss:** remove escaping for publisher and owner name
([e2046e4](https://code.castopod.org/adaures/castopod/commit/e2046e4b116ecddb5e6d68487f666b95fd7f493c))
- use UTC_TIMESTAMP() to get current utc date instead of NOW() in sql queries
([853a6ba](https://code.castopod.org/adaures/castopod/commit/853a6ba9155b6687604304d59f03d0efb75a9f96))
### Features
- **i18n:** add Norwegian Nynorsk to supported locales
([744340d](https://code.castopod.org/adaures/castopod/commit/744340df615bee38a54c4abbbb7f03d51b61a39d))
# [1.0.0-beta.12](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.11...v1.0.0-beta.12) (2022-04-05)
### 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.0.0-beta.12');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.13');
/*
| --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod-host",
"version": "1.0.0-beta12",
"version": "1.0.0-beta13",
"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",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "castopod-host",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@amcharts/amcharts4": "^4.10.24",

View File

@ -1,6 +1,6 @@
{
"name": "castopod-host",
"version": "1.0.0-beta.12",
"version": "1.0.0-beta.13",
"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",