chore(release): 1.16.4 [skip ci]

## [1.16.4](https://github.com/apricote/Listory/compare/v1.16.3...v1.16.4) (2022-06-23)

### Bug Fixes

* **api:** send trace context to sentry ([8d9e990](8d9e99039c))
This commit is contained in:
semantic-release-bot 2022-06-23 16:31:21 +00:00
parent 8d9e99039c
commit 6a7bf9fd6a
4 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,10 @@
## [1.16.4](https://github.com/apricote/Listory/compare/v1.16.3...v1.16.4) (2022-06-23)
### Bug Fixes
* **api:** send trace context to sentry ([8d9e990](https://github.com/apricote/Listory/commit/8d9e99039c40d8b447315701f4d04a229db254b2))
## [1.16.3](https://github.com/apricote/Listory/compare/v1.16.2...v1.16.3) (2022-06-19)

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.16.3
version: 1.16.4
# 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.16.3
appVersion: 1.16.4

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@listory/api",
"version": "1.16.3",
"version": "1.16.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@listory/api",
"version": "1.16.3",
"version": "1.16.4",
"license": "MIT",
"dependencies": {
"@hapi/joi": "17.1.1",

View file

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