mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
## [1.3.4](https://github.com/apricote/Listory/compare/v1.3.3...v1.3.4) (2020-07-04) ### Bug Fixes * **deps:** update dependency @fullhuman/postcss-purgecss to v2.3.0 ([64817b9](64817b9bac)) * **deps:** update dependency @nestjs/config to v0.5.0 ([4677033](46770337e1)) * **deps:** update dependency @nestjs/serve-static to v2.1.3 ([3d8c9f9](3d8c9f9166)) * **deps:** update dependency @nestjs/swagger to v4.5.12 ([f11436c](f11436c69c)) * **deps:** update dependency @nestjs/typeorm to v7.1.0 ([ff24aee](ff24aee4c5)) * **deps:** update dependency @testing-library/jest-dom to v5.11.0 ([8383c3d](8383c3dd83)) * **deps:** update dependency @testing-library/react to v10.4.3 ([161b731](161b731405)) * **deps:** update dependency @testing-library/user-event to v10.4.1 ([e7463b5](e7463b57f7)) * **deps:** update dependency @types/node to v12.12.47 ([1dd5b3a](1dd5b3a4ad)) * **deps:** update dependency @types/react to v16.9.41 ([f9107b7](f9107b74aa)) * **deps:** update dependency @types/react-dom to v16.9.8 ([cd5dcfa](cd5dcfa126))
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.3.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.3.4
|