mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
## [1.4.3](https://github.com/apricote/Listory/compare/v1.4.2...v1.4.3) (2020-09-05) ### Bug Fixes * **deps:** update dependency @nestjs/jwt to v7.1.0 ([e43f2ee](e43f2ee135)) * **deps:** update dependency @testing-library/jest-dom to v5.11.4 ([aaa9bff](aaa9bff029)) * **deps:** update dependency @testing-library/react to v10.4.9 ([9a52905](9a52905f12)) * **deps:** update dependency @testing-library/user-event to v12 ([8196db1](8196db1280)) * **deps:** update dependency @types/node to v12.12.55 ([22aa30d](22aa30d82d)) * **deps:** update dependency @types/react to v16.9.49 ([382f96f](382f96f7f1)) * **deps:** update dependency @types/recharts to v1.8.15 ([f5f9dec](f5f9decf95)) * **deps:** update dependency autoprefixer to v9.8.6 ([60cedf0](60cedf068c)) * **deps:** update dependency class-transformer to v0.3.1 [security] ([6c54ad0](6c54ad0a74)) * **deps:** update dependency date-fns to v2.16.1 ([0e25114](0e2511430e)) * **deps:** update dependency nestjs-typeorm-paginate to v2.1.1 ([0ffb3da](0ffb3da1db)) * **deps:** update dependency pg to v8.3.3 ([349b28e](349b28e879)) * **deps:** update dependency react-router-dom to v5.2.0 ([2930bb3](2930bb31ce)) * **deps:** update dependency rxjs to v6.6.2 ([341a2ab](341a2ab68b)) * **deps:** update dependency tailwindcss to v1.8.2 ([759d7aa](759d7aac5f)) * **deps:** update package-lock.json after deps updates ([71591bf](71591bf6ff)) * jest root folder config ([0d8bc26](0d8bc26f0d))
21 lines
910 B
YAML
21 lines
910 B
YAML
apiVersion: v2
|
|
name: listory
|
|
description: Track your Spotify Listen History
|
|
|
|
# A chart can be either an 'application' or a 'library' chart.
|
|
#
|
|
# Application charts are a collection of templates that can be packaged into versioned archives
|
|
# to be deployed.
|
|
#
|
|
# Library charts provide useful utilities or functions for the chart developer. They're included as
|
|
# a dependency of application charts to inject those utilities and functions into the rendering
|
|
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
|
|
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.4.3
|
|
|
|
# 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.4.3
|