From b814cfaf7cdfa56d2d595d47938f5f112b5e50db Mon Sep 17 00:00:00 2001 From: semantic-release-bot <semantic-release-bot@martynus.net> Date: Mon, 12 Jul 2021 18:01:18 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.63 [skip ci] # [1.0.0-alpha.63](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.62...v1.0.0-alpha.63) (2021-07-12) ### Features * build hashed static files to renew browser cache ([37c54d2](https://code.podlibre.org/podlibre/castopod-host/commit/37c54d247749bdf8f528babd4a78f24d48051063)), closes [#107](https://code.podlibre.org/podlibre/castopod-host/issues/107) --- CHANGELOG.md | 8 ++++++++ app/Config/Constants.php | 2 +- composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf0adeaf8..233764e433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [1.0.0-alpha.63](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.62...v1.0.0-alpha.63) (2021-07-12) + +### Features + +- build hashed static files to renew browser cache + ([37c54d2](https://code.podlibre.org/podlibre/castopod-host/commit/37c54d247749bdf8f528babd4a78f24d48051063)), + closes [#107](https://code.podlibre.org/podlibre/castopod-host/issues/107) + # [1.0.0-alpha.62](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.61...v1.0.0-alpha.62) (2021-07-02) ### Bug Fixes diff --git a/app/Config/Constants.php b/app/Config/Constants.php index 7ef632cf8e..09b13b491d 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.62'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.63'); /* | -------------------------------------------------------------------- diff --git a/composer.json b/composer.json index 96350b6843..ee8365fe58 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod-host", - "version": "1.0.0-alpha62", + "version": "1.0.0-alpha63", "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 cf8c7dfbd2..0c07105dd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.62", + "version": "1.0.0-alpha.63", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0-alpha.62", + "version": "1.0.0-alpha.63", "license": "AGPL-3.0-or-later", "dependencies": { "@amcharts/amcharts4": "^4.10.17", diff --git a/package.json b/package.json index 067ef4a2f7..94c671d6e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod-host", - "version": "1.0.0-alpha.62", + "version": "1.0.0-alpha.63", "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", -- GitLab