chore(release): 1.0.5 [skip ci]

## [1.0.5](https://code.castopod.org/adaures/castopod/compare/v1.0.4...v1.0.5) (2022-11-25)

### Bug Fixes

* **router:** revert to CI4 v4.2.7 to include all routes ([c13cfa0](c13cfa0ea0))
This commit is contained in:
semantic-release-bot 2022-11-25 18:16:22 +00:00
parent 80666bc728
commit 6e4045bb0d
5 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
## [1.0.5](https://code.castopod.org/adaures/castopod/compare/v1.0.4...v1.0.5) (2022-11-25)
### Bug Fixes
- **router:** revert to CI4 v4.2.7 to include all routes
([c13cfa0](https://code.castopod.org/adaures/castopod/commit/c13cfa0ea0679751521ca4157b953043ecc7974a))
## [1.0.4](https://code.castopod.org/adaures/castopod/compare/v1.0.3...v1.0.4) (2022-11-21) ## [1.0.4](https://code.castopod.org/adaures/castopod/compare/v1.0.3...v1.0.4) (2022-11-21)
### 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.0.4'); defined('CP_VERSION') || define('CP_VERSION', '1.0.5');
/* /*
| -------------------------------------------------------------------- | --------------------------------------------------------------------

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "castopod-host", "name": "castopod-host",
"version": "1.0.4", "version": "1.0.5",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "castopod-host", "name": "castopod-host",
"version": "1.0.4", "version": "1.0.5",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"@amcharts/amcharts4": "^4.10.29", "@amcharts/amcharts4": "^4.10.29",

View File

@ -1,6 +1,6 @@
{ {
"name": "castopod-host", "name": "castopod-host",
"version": "1.0.4", "version": "1.0.5",
"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",