chore(release): 1.1.1 [skip ci]

## [1.1.1](https://code.castopod.org/adaures/castopod/compare/v1.1.0...v1.1.1) (2022-12-13)

### Bug Fixes

* **op3:** remove scheme when wraping audio URI ([0ad22e4](0ad22e49bc))
* **rss:** add file extension to enclosure url ([964cbba](964cbba54f))
This commit is contained in:
semantic-release-bot 2022-12-13 12:17:45 +00:00
parent 0ad22e49bc
commit 998a8ee6b4
5 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
## [1.1.1](https://code.castopod.org/adaures/castopod/compare/v1.1.0...v1.1.1) (2022-12-13)
### Bug Fixes
- **op3:** remove scheme when wraping audio URI
([0ad22e4](https://code.castopod.org/adaures/castopod/commit/0ad22e49bc488e96df5a41495f5b242559b64a45))
- **rss:** add file extension to enclosure url
([964cbba](https://code.castopod.org/adaures/castopod/commit/964cbba54f16556408bf8280c544a52e6be5c9fc))
# [1.1.0](https://code.castopod.org/adaures/castopod/compare/v1.0.5...v1.1.0) (2022-12-09)
### Bug Fixes

View File

@ -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.1.0');
defined('CP_VERSION') || define('CP_VERSION', '1.1.1');
/*
| --------------------------------------------------------------------

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod-host",
"version": "1.1.0",
"version": "1.1.1",
"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",

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "castopod-host",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "castopod-host",
"version": "1.1.0",
"version": "1.1.1",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@amcharts/amcharts4": "^4.10.29",

View File

@ -1,6 +1,6 @@
{
"name": "castopod-host",
"version": "1.1.0",
"version": "1.1.1",
"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",