chore(release): 1.0.0-alpha.5 [skip ci]

# [1.0.0-alpha.5](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2020-10-20)

### Features

* add lock podcast according to the Podcastindex podcast-namespace to prevent unauthozized import ([72b3012](72b301272e))
This commit is contained in:
semantic-release-bot 2020-10-20 13:50:01 +00:00
parent 72b301272e
commit a354940e5e
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
# [1.0.0-alpha.5](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.4...v1.0.0-alpha.5) (2020-10-20)
### Features
* add lock podcast according to the Podcastindex podcast-namespace to prevent unauthozized import ([72b3012](https://code.podlibre.org/podlibre/castopod/commit/72b301272e0b70ded3e2b237391909e3f152ad0b))
# [1.0.0-alpha.4](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2020-10-20)

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod",
"version": "1.0.0-alpha4",
"version": "1.0.0-alpha5",
"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
View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "castopod",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"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",