From 7ee579d0546d76c453b9a2dd660df22051de475f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Nov 2020 16:10:23 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.19 [skip ci] # [1.0.0-alpha.19](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2020-11-13) ### Bug Fixes * handle HEAD requests on podcast_feed route ([74b2640](https://code.podlibre.org/podlibre/castopod/commit/74b2640f2a25c4cd6fd8835fc492c2a6893d4950)), closes [#79](https://code.podlibre.org/podlibre/castopod/issues/79) --- 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 5f9cb26d..b5826483 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.19](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2020-11-13) + + +### Bug Fixes + +* handle HEAD requests on podcast_feed route ([74b2640](https://code.podlibre.org/podlibre/castopod/commit/74b2640f2a25c4cd6fd8835fc492c2a6893d4950)), closes [#79](https://code.podlibre.org/podlibre/castopod/issues/79) + # [1.0.0-alpha.18](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2020-11-09) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 1748c7fc..4224a4ce 100644 --- a/app/Config/Constants.php +++ b/app/Config/Constants.php @@ -7,7 +7,7 @@ // // NOTE: this constant is updated upon release with Continuous Integration. // -defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.18'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.19'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index 209bcad7..39a277c0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha18", + "version": "1.0.0-alpha19", "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 3634c5b8..fb16c154 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.18", + "version": "1.0.0-alpha.19", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1481fa63..cfaafab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.18", + "version": "1.0.0-alpha.19", "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",