From 4e5b11ba5f829e3ac9b53b94ca92cb852b2a5330 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 27 Feb 2021 21:25:23 +0000 Subject: [PATCH] chore(release): 1.0.0-alpha.38 [skip ci] # [1.0.0-alpha.38](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2021-02-27) ### Features * **embeddable-player:** add embeddable player widget ([141788f](https://code.podlibre.org/podlibre/castopod/commit/141788fa089f9dedc8956c64ca515a4a4625f904)) --- 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 1539d27a..f5e368f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.0.0-alpha.38](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.37...v1.0.0-alpha.38) (2021-02-27) + + +### Features + +* **embeddable-player:** add embeddable player widget ([141788f](https://code.podlibre.org/podlibre/castopod/commit/141788fa089f9dedc8956c64ca515a4a4625f904)) + # [1.0.0-alpha.37](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.36...v1.0.0-alpha.37) (2021-02-17) diff --git a/app/Config/Constants.php b/app/Config/Constants.php index af787eab..9a0f086b 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.37'); +defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.38'); //-------------------------------------------------------------------- // App Namespace diff --git a/composer.json b/composer.json index e840f7d1..e69480d9 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "podlibre/castopod", - "version": "1.0.0-alpha37", + "version": "1.0.0-alpha38", "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 9aa3a3c4..fc3a11be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.37", + "version": "1.0.0-alpha.38", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6dce86db..f9040355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "castopod", - "version": "1.0.0-alpha.37", + "version": "1.0.0-alpha.38", "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",