chore(release): 1.15.1 [skip ci]

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

### Bug Fixes

* **api:** broken tests after linting fix ([a2ea89f](a2ea89ff96))

### Reverts

* Revert "chore(deps): update dependency @types/node to v16" ([e2169c9](e2169c9c18))
* Revert "chore(deps): update nest monorepo" ([9260078](92600782f6))
This commit is contained in:
semantic-release-bot 2022-06-11 20:59:13 +00:00
parent a2ea89ff96
commit 6adec3b04b
4 changed files with 18 additions and 5 deletions

View file

@ -1,3 +1,16 @@
## [1.15.1](https://github.com/apricote/Listory/compare/v1.15.0...v1.15.1) (2022-06-11)
### Bug Fixes
* **api:** broken tests after linting fix ([a2ea89f](https://github.com/apricote/Listory/commit/a2ea89ff96a595680fdc46cb01de8e10e4bbd526))
### Reverts
* Revert "chore(deps): update dependency @types/node to v16" ([e2169c9](https://github.com/apricote/Listory/commit/e2169c9c18210fd0e74359ab016792f7c209fa1b))
* Revert "chore(deps): update nest monorepo" ([9260078](https://github.com/apricote/Listory/commit/92600782f6c0af0dff8850900cc74a3dc7c9627a))
# [1.15.0](https://github.com/apricote/Listory/compare/v1.14.2...v1.15.0) (2022-06-11) # [1.15.0](https://github.com/apricote/Listory/compare/v1.14.2...v1.15.0) (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 # 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. # to the chart and its templates, including the app version.
version: 1.15.0 version: 1.15.1
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: 1.15.0 appVersion: 1.15.1

4
package-lock.json generated
View file

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

View file

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