chore(release): 1.0.0-alpha.11 [skip ci]

# [1.0.0-alpha.11](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-10-26)

### Features

* add CDN url ([972bcbf](972bcbf65e)), closes [#37](https://code.podlibre.org/podlibre/castopod/issues/37)
This commit is contained in:
semantic-release-bot 2020-10-26 16:17:35 +00:00
parent 972bcbf65e
commit 0683ea94d8
5 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
# [1.0.0-alpha.11](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.10...v1.0.0-alpha.11) (2020-10-26)
### Features
* add CDN url ([972bcbf](https://code.podlibre.org/podlibre/castopod/commit/972bcbf65ee119b8641ca3c4e5c0e8cf9ca8dd4f)), closes [#37](https://code.podlibre.org/podlibre/castopod/issues/37)
# [1.0.0-alpha.10](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.9...v1.0.0-alpha.10) (2020-10-26)

View File

@ -7,7 +7,7 @@
//
// NOTE: this constant is updated upon release with Continuous Integration.
//
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.10');
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.11');
//--------------------------------------------------------------------
// App Namespace

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod",
"version": "1.0.0-alpha10",
"version": "1.0.0-alpha11",
"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",

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.11",
"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",