From 4e76266d50dbb0432e8b1fe63016d8ef76e964f2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 19 Aug 2021 14:37:51 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.68 [skip ci] # [1.0.0-alpha.68](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.67...v1.0.0-alpha.68) (2021-08-19) ### Bug Fixes * **analytics:** redirect to mp3 file even when referer was not set ([9fc388d](https://code.podlibre.org/podlibre/castopod-host/commit/9fc388d154f29c335dedcd624abe8c1751762c07)) --- CHANGELOG.md | 7 +++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a288549..37820d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.68](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.67...v1.0.0-alpha.68) (2021-08-19) + +### Bug Fixes + +- **analytics:** redirect to mp3 file even when referer was not set + ([9fc388d](https://code.podlibre.org/podlibre/castopod-host/commit/9fc388d154f29c335dedcd624abe8c1751762c07)) + # [1.0.0-alpha.67](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.66...v1.0.0-alpha.67) (2021-07-24) ### Features diff --git a/app/Config/Constants.php b/app/Config/Constants.php index c691eff7..f42ce2fc 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-alpha.67'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.68'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 96fb81ec..b1c36e48 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha67", + "version": "1.0.0-alpha68", "type": "project", "description": "Castopod Host 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 f3cbf129..b55d0dca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.67", + "version": "1.0.0-alpha.68", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0-alpha.67", + "version": "1.0.0-alpha.68", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 4c6294e6..7a49606c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.67", + "version": "1.0.0-alpha.68", "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",