chore(release): 1.15.0 [skip ci]

# [1.15.0](https://github.com/apricote/Listory/compare/v1.14.2...v1.15.0) (2022-06-11)

### Bug Fixes

* **ci:** ignore failing peer resolution ([5409b98](5409b98da1))
* **health:** remove faulty health check to spotify-auth ([7de5e14](7de5e14d4e))
* **health:** use not-deprecated sentry context ([f06b93e](f06b93efbe))

### Features

* **api:** configurable max pool connections ([ee5bd41](ee5bd41a37))
This commit is contained in:
semantic-release-bot 2022-06-11 19:47:14 +00:00
parent 842cfd14e8
commit 85fd32f55c
4 changed files with 19 additions and 5 deletions

View file

@ -1,3 +1,17 @@
# [1.15.0](https://github.com/apricote/Listory/compare/v1.14.2...v1.15.0) (2022-06-11)
### Bug Fixes
* **ci:** ignore failing peer resolution ([5409b98](https://github.com/apricote/Listory/commit/5409b98da1018f08e8a1196e2203dd86079982f7))
* **health:** remove faulty health check to spotify-auth ([7de5e14](https://github.com/apricote/Listory/commit/7de5e14d4ecb8000481d98f8a4b0f2ee03e39a5b))
* **health:** use not-deprecated sentry context ([f06b93e](https://github.com/apricote/Listory/commit/f06b93efbecfb29d36012c5694f23fc8ae53f22e))
### Features
* **api:** configurable max pool connections ([ee5bd41](https://github.com/apricote/Listory/commit/ee5bd41a372d32fb0fa53a394ad7343123aec382))
## [1.14.2](https://github.com/apricote/Listory/compare/v1.14.1...v1.14.2) (2022-06-11)

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.14.2
version: 1.15.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.14.2
appVersion: 1.15.0

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@listory/api",
"version": "1.14.2",
"version": "1.15.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@listory/api",
"version": "1.14.2",
"version": "1.15.0",
"license": "MIT",
"dependencies": {
"@digikare/nestjs-prom": "1.0.0",

View file

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