From 3bb7572abbc972379581fc5139156e71fbcd536a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 6 Sep 2022 15:49:52 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.21 [skip ci] # [1.0.0-beta.21](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-09-06) ### Bug Fixes * **email:** set the correct url in the activation and forgot emails ([10fc6f1](https://code.castopod.org/adaures/castopod/commit/10fc6f17c6838a58348f32ccfd0cf05f9d3e172c)), closes [#204](https://code.castopod.org/adaures/castopod/issues/204) * **notifications:** add trigger after activities update + update insert trigger ([e5d16e8](https://code.castopod.org/adaures/castopod/commit/e5d16e87119021fa5a43470d67ddfe5128e57f74)) ### Features * **i18n:** add support for Simplified Chinese (zh-Hans) and Catalan (ca) locales ([48d1443](https://code.castopod.org/adaures/castopod/commit/48d14434727c3310a391160c7af02c56b7e20425)) --- CHANGELOG.md | 16 ++++++++++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 229836e2..7bf2b811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.0.0-beta.21](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.20...v1.0.0-beta.21) (2022-09-06) + +### Bug Fixes + +- **email:** set the correct url in the activation and forgot emails + ([10fc6f1](https://code.castopod.org/adaures/castopod/commit/10fc6f17c6838a58348f32ccfd0cf05f9d3e172c)), + closes [#204](https://code.castopod.org/adaures/castopod/issues/204) +- **notifications:** add trigger after activities update + update insert trigger + ([e5d16e8](https://code.castopod.org/adaures/castopod/commit/e5d16e87119021fa5a43470d67ddfe5128e57f74)) + +### Features + +- **i18n:** add support for Simplified Chinese (zh-Hans) and Catalan (ca) + locales + ([48d1443](https://code.castopod.org/adaures/castopod/commit/48d14434727c3310a391160c7af02c56b7e20425)) + # [1.0.0-beta.20](https://code.castopod.org/adaures/castopod/compare/v1.0.0-beta.19...v1.0.0-beta.20) (2022-08-12) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 6078c093..0302e57d 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -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.20'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-beta.21'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 6e12f783..6a2f5795 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-beta20", + "version": "1.0.0-beta21", "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", diff --git a/package-lock.json b/package-lock.json index d2d032b6..80a64771 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "castopod-host", - "version": "1.0.0-beta.20", + "version": "1.0.0-beta.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "castopod-host", - "version": "1.0.0-beta.20", + "version": "1.0.0-beta.21", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.27", diff --git a/package.json b/package.json index a849f482..e3b4cb3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-beta.20", + "version": "1.0.0-beta.21", "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",