mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.0.0-alpha.40 [skip ci]
# [1.0.0-alpha.40](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2021-03-19)
### Features
* **custom-rss:** add custom xml tag injection in rss feed for ❬channel❭ and ❬item❭ ([6ecdaad](6ecdaad911
))
This commit is contained in:
parent
6ecdaad911
commit
62bae1eb70
@ -1,3 +1,10 @@
|
||||
# [1.0.0-alpha.40](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.39...v1.0.0-alpha.40) (2021-03-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **custom-rss:** add custom xml tag injection in rss feed for ❬channel❭ and ❬item❭ ([6ecdaad](https://code.podlibre.org/podlibre/castopod/commit/6ecdaad911d06b7f7a2b7d24710968c7eb9118f6))
|
||||
|
||||
# [1.0.0-alpha.39](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.38...v1.0.0-alpha.39) (2021-03-01)
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
//
|
||||
// NOTE: this constant is updated upon release with Continuous Integration.
|
||||
//
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.39');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.40');
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
// App Namespace
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "podlibre/castopod",
|
||||
"version": "1.0.0-alpha39",
|
||||
"version": "1.0.0-alpha40",
|
||||
"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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod",
|
||||
"version": "1.0.0-alpha.39",
|
||||
"version": "1.0.0-alpha.40",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod",
|
||||
"version": "1.0.0-alpha.39",
|
||||
"version": "1.0.0-alpha.40",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user