From 0e38dcca4af0fdae7f61a7b49969afbb88d17395 Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Tue, 3 Nov 2020 14:18:26 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.15 [skip ci] # [1.0.0-alpha.15](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-11-03) ### Features * **analytics:** add 'other' group to pie charts in order to display more accurate data ([73acef9](https://code.podlibre.org/podlibre/castopod/commit/73acef933ff3485987afc5157de022910876fc12)) --- 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 52ea7c552a..9843568d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.15](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2020-11-03) + + +### Features + +* **analytics:** add 'other' group to pie charts in order to display more accurate data ([73acef9](https://code.podlibre.org/podlibre/castopod/commit/73acef933ff3485987afc5157de022910876fc12)) + # [1.0.0-alpha.14](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2020-11-02) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 7866c1e45c..ab3a1e2519 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.14'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.15'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index bdc9f3a5a2..5e86e0ecc9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha14", + "version": "1.0.0-alpha15", "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 f3e6249c25..7a665885ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 07ab244d3f..ec0bcb9517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.14", + "version": "1.0.0-alpha.15", "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", -- GitLab