From 6fc06bc8f8ec1b1369d1958c1c758df57158cdf5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Apr 2021 13:31:01 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.46 [skip ci] # [1.0.0-alpha.46](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2021-04-09) ### Bug Fixes * **episodes-page:** handle defaultQuery being null when no podcast episodes ([15183b7](https://code.podlibre.org/podlibre/castopod/commit/15183b7eab57dac007bcdfa8c3651239de1ae05a)), closes [#100](https://code.podlibre.org/podlibre/castopod/issues/100) --- CHANGELOG.md | 7 +++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544ffe6e..7f29275e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.46](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.45...v1.0.0-alpha.46) (2021-04-09) + + +### Bug Fixes + +* **episodes-page:** handle defaultQuery being null when no podcast episodes ([15183b7](https://code.podlibre.org/podlibre/castopod/commit/15183b7eab57dac007bcdfa8c3651239de1ae05a)), closes [#100](https://code.podlibre.org/podlibre/castopod/issues/100) + # [1.0.0-alpha.45](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.44...v1.0.0-alpha.45) (2021-04-08) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 851b2fa9..a4f82ff7 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -9,7 +9,7 @@ | | NOTE: this constant is updated upon release with Continuous Integration. */ -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.45'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.46'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 81bc9db5..9f5b0746 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha45", + "version": "1.0.0-alpha46", "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 25f7ce27..0ee4d683 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.45", + "version": "1.0.0-alpha.46", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa1506a8..645620a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.45", + "version": "1.0.0-alpha.46", "description": "Castopod 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",