mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
chore(release): 1.0.0-alpha.75 [skip ci]
# [1.0.0-alpha.75](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.74...v1.0.0-alpha.75) (2021-10-05)
### Bug Fixes
* **rss:** cast number type values to string in rss_helper ([7180ae9](7180ae9ec7
)), closes [#148](https://code.podlibre.org/podlibre/castopod-host/issues/148)
This commit is contained in:
parent
7180ae9ec7
commit
84a0029c56
@ -1,3 +1,11 @@
|
||||
# [1.0.0-alpha.75](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.74...v1.0.0-alpha.75) (2021-10-05)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- **rss:** cast number type values to string in rss_helper
|
||||
([7180ae9](https://code.podlibre.org/podlibre/castopod-host/commit/7180ae9ec700930b69c04ed91f8eceea16ad77ce)),
|
||||
closes [#148](https://code.podlibre.org/podlibre/castopod-host/issues/148)
|
||||
|
||||
# [1.0.0-alpha.74](https://code.podlibre.org/podlibre/castopod-host/compare/v1.0.0-alpha.73...v1.0.0-alpha.74) (2021-09-28)
|
||||
|
||||
### Features
|
||||
|
@ -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.74');
|
||||
defined('CP_VERSION') || define('CP_VERSION', '1.0.0-alpha.75');
|
||||
|
||||
/*
|
||||
| --------------------------------------------------------------------
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "podlibre/castopod-host",
|
||||
"version": "1.0.0-alpha74",
|
||||
"version": "1.0.0-alpha75",
|
||||
"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,12 +1,12 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-alpha.74",
|
||||
"version": "1.0.0-alpha.75",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-alpha.74",
|
||||
"version": "1.0.0-alpha.75",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@amcharts/amcharts4": "^4.10.17",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "castopod-host",
|
||||
"version": "1.0.0-alpha.74",
|
||||
"version": "1.0.0-alpha.75",
|
||||
"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