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

# [1.0.0-alpha.7](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-10-21)

### Features

* **analytics:** add service name from rss user-agent ([7202b98](7202b9867b))

### BREAKING CHANGES

* **analytics:** analytics_podcasts_by_player table and analytics_podcasts procedure were updated
This commit is contained in:
semantic-release-bot 2020-10-21 16:08:07 +00:00
parent 7202b9867b
commit 0ab17d1075
4 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
# [1.0.0-alpha.7](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.6...v1.0.0-alpha.7) (2020-10-21)
### Features
* **analytics:** add service name from rss user-agent ([7202b98](https://code.podlibre.org/podlibre/castopod/commit/7202b9867bd59aafa8c338a4230fb5e5c55b24c6))
### BREAKING CHANGES
* **analytics:** analytics_podcasts_by_player table and analytics_podcasts procedure were updated
# [1.0.0-alpha.6](https://code.podlibre.org/podlibre/castopod/compare/v1.0.0-alpha.5...v1.0.0-alpha.6) (2020-10-20)

View File

@ -1,6 +1,6 @@
{
"name": "podlibre/castopod",
"version": "1.0.0-alpha6",
"version": "1.0.0-alpha7",
"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.6",
"version": "1.0.0-alpha.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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