chore(release): 1.7.1 [skip ci]

## [1.7.1](https://github.com/apricote/Listory/compare/v1.7.0...v1.7.1) (2020-11-17)

### Bug Fixes

* **helm:** add sentry options ([5ca6eba](5ca6eba764))
This commit is contained in:
semantic-release-bot 2020-11-17 21:43:25 +00:00
parent 5ca6eba764
commit 2513bc02aa
4 changed files with 11 additions and 4 deletions

View file

@ -1,3 +1,10 @@
## [1.7.1](https://github.com/apricote/Listory/compare/v1.7.0...v1.7.1) (2020-11-17)
### Bug Fixes
* **helm:** add sentry options ([5ca6eba](https://github.com/apricote/Listory/commit/5ca6eba7649891e8d9e3ea06eb162ce45810b85a))
# [1.7.0](https://github.com/apricote/Listory/compare/v1.6.1...v1.7.0) (2020-11-17)

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.7.0
version: 1.7.1
# 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.7.0
appVersion: 1.7.1

2
package-lock.json generated
View file

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

View file

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