chore(release): 1.3.0 [skip ci]

# [1.3.0](https://github.com/apricote/Listory/compare/v1.2.5...v1.3.0) (2020-05-14)

### Features

* **frontend:** active service worker ([fbada1e](fbada1eaac))
* **frontend:** add favicon ([bf9aba3](bf9aba3033))
* **frontend:** configure pwa ([b9ea880](b9ea8808f2))
This commit is contained in:
semantic-release-bot 2020-05-14 01:14:33 +00:00
parent fbada1eaac
commit 2b68c9e459
4 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,12 @@
# [1.3.0](https://github.com/apricote/Listory/compare/v1.2.5...v1.3.0) (2020-05-14)
### Features
* **frontend:** active service worker ([fbada1e](https://github.com/apricote/Listory/commit/fbada1eaac7cedf495791dfbcaf7618f4163724c))
* **frontend:** add favicon ([bf9aba3](https://github.com/apricote/Listory/commit/bf9aba3033f3c63048fbcf65f8f75c3b1556ce1e))
* **frontend:** configure pwa ([b9ea880](https://github.com/apricote/Listory/commit/b9ea8808f229ca3f286cb0f33bf85e9fa6c2a20f))
## [1.2.5](https://github.com/apricote/Listory/compare/v1.2.4...v1.2.5) (2020-05-13)

View file

@ -14,8 +14,8 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.2.5
version: 1.3.0
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.2.5
appVersion: 1.3.0

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.2.5",
"version": "1.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.2.5",
"version": "1.3.0",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",