mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.0.0-alpha.60 [skip ci]
# [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21)
### Features
* **rss:** add ˂podcast:guid˃ tag for channel ([1fab10e](1fab10eb0d
))
This commit is contained in:
parent
1fab10eb0d
commit
ddeabf5665
@ -1,3 +1,10 @@
|
||||
# [1.0.0-alpha.60](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.59...v1.0.0-alpha.60) (2021-06-21)
|
||||
|
||||
### Features
|
||||
|
||||
- **rss:** add ˂podcast:guid˃ tag for channel
|
||||
([1fab10e](https://code.podlibre.org/podlibre/castopod-host/commit/1fab10eb0d63bb7c3edf34ffe691e2aec2c2e43c))
|
||||
|
||||
# [1.0.0-alpha.59](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.58...v1.0.0-alpha.59) (2021-06-15)
|
||||
|
||||
### Bug Fixes
|
||||
|
@ -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.59');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.60');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "podlibre/castopod-host",
|
||||
"version": "1.0.0-alpha59",
|
||||
"version": "1.0.0-alpha60",
|
||||
"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",
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-alpha.59",
|
||||
"version": "1.0.0-alpha.60",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "1.0.0-alpha.59",
|
||||
"version": "1.0.0-alpha.60",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@amcharts/amcharts4": "^4.10.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-alpha.59",
|
||||
"version": "1.0.0-alpha.60",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user