mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2020-05-07) ### Bug Fixes * **api:** redirect to frontend on spotify auth error ([cffdded](cffddedc81)) * **cd:** typo ([b8ee62f](b8ee62ff09)) * **frontend:** fix minor styling+linting issues ([0abc594](0abc594db4)) ### Features * **api:** add health-check endpoint ([202665a](202665a510)) * **cd:** configure automated semantic releases ([8e796d7](8e796d7e78)) * **frontend:** style recent listens page ([1d5cefb](1d5cefb447)) * add docs and polish ([75d3e2e](75d3e2edbd)) * **api:** add getListens endpoint with pagination ([de6d057](de6d057f80)) * **api:** add optional spotify user whitelist ([a27fcce](a27fcce03b)) * **api:** fetch listens from spotify ([f2065d3](f2065d3f1f)) * **api:** listen on SIGTERM for graceful shutdown ([d58cb46](d58cb46f3e)) * **api:** setup database migrations ([a7c5c68](a7c5c68540)) * **api:** validate configuration ([e78c6e3](e78c6e312d)) * serve frontend from api container in prod build ([ad98ce4](ad98ce4e88)) * **api:** setup logging ([b6eef7f](b6eef7f090)) * **api:** setup nestjs ([db62d5d](db62d5d908)) * **api:** user authentication ([f253a66](f253a66f86)) * **frontend:** redo setup with ts+tailwind and implement auth+header ([05f230a](05f230a7ce)) * **frontend:** setup ([f14eda1](f14eda16ac)) * **frontend:** show page when login fails ([32dcd84](32dcd84964)) * **frontend:** show recent listens ([49bff95](49bff95ea5))
This commit is contained in:
parent
b8ee62ff09
commit
34007c56ea
3 changed files with 32 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@listory/api",
|
||||
"version": "0.1.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Track your Spotify Listen History",
|
||||
"author": {
|
||||
"name": "Julian Tölle",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue