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:
semantic-release-bot 2020-05-07 00:40:16 +00:00
parent b8ee62ff09
commit 34007c56ea
3 changed files with 32 additions and 2 deletions

30
CHANGELOG.md Normal file
View file

@ -0,0 +1,30 @@
# 1.0.0 (2020-05-07)
### Bug Fixes
* **api:** redirect to frontend on spotify auth error ([cffdded](https://github.com/apricote/Listory/commit/cffddedc8189b2813bf20b23cf87bcccb40b33e0))
* **cd:** typo ([b8ee62f](https://github.com/apricote/Listory/commit/b8ee62ff09d0717d8bda3d8a00a772242df27095))
* **frontend:** fix minor styling+linting issues ([0abc594](https://github.com/apricote/Listory/commit/0abc594db44edf572d6904f3287ab800a3fc2aa0))
### Features
* **api:** add health-check endpoint ([202665a](https://github.com/apricote/Listory/commit/202665a51038cb64b058210f998ea8f04874848b))
* **cd:** configure automated semantic releases ([8e796d7](https://github.com/apricote/Listory/commit/8e796d7e78ad0d44f54439c35cdf6602c1b3a95c))
* **frontend:** style recent listens page ([1d5cefb](https://github.com/apricote/Listory/commit/1d5cefb44732fa0ae9021fa8fb03eb2ed8e35f26))
* add docs and polish ([75d3e2e](https://github.com/apricote/Listory/commit/75d3e2edbd4d0a867faf66241649884fe04d75e2))
* **api:** add getListens endpoint with pagination ([de6d057](https://github.com/apricote/Listory/commit/de6d057f80fb4f0b83c22ddf7bcc181cbca97c23))
* **api:** add optional spotify user whitelist ([a27fcce](https://github.com/apricote/Listory/commit/a27fcce03b2bfc8b463bdc6d0b2d4921abad5cd5))
* **api:** fetch listens from spotify ([f2065d3](https://github.com/apricote/Listory/commit/f2065d3f1ff56c992568bdae23bf6e2bea074cf5))
* **api:** listen on SIGTERM for graceful shutdown ([d58cb46](https://github.com/apricote/Listory/commit/d58cb46f3ed3812a017b609f6929f61923573385))
* **api:** setup database migrations ([a7c5c68](https://github.com/apricote/Listory/commit/a7c5c68540562e4667317c998505f049a1696f05))
* **api:** validate configuration ([e78c6e3](https://github.com/apricote/Listory/commit/e78c6e312dc4a7b3fbf8ff40f55cede74839a1fa))
* serve frontend from api container in prod build ([ad98ce4](https://github.com/apricote/Listory/commit/ad98ce4e880923001daea9794b3781f23fcfd657))
* **api:** setup logging ([b6eef7f](https://github.com/apricote/Listory/commit/b6eef7f0902e9878f3de7c77ceb8e20fbc344904))
* **api:** setup nestjs ([db62d5d](https://github.com/apricote/Listory/commit/db62d5d90899edcd8847174f67fcf3f8d86ad7de))
* **api:** user authentication ([f253a66](https://github.com/apricote/Listory/commit/f253a66f86d917a478cd2cf132303520912d262c))
* **frontend:** redo setup with ts+tailwind and implement auth+header ([05f230a](https://github.com/apricote/Listory/commit/05f230a7cebf484407dfd680faff7520c25949a6))
* **frontend:** setup ([f14eda1](https://github.com/apricote/Listory/commit/f14eda16ac1b20390508b35af80bea10cf144040))
* **frontend:** show page when login fails ([32dcd84](https://github.com/apricote/Listory/commit/32dcd84964c9f5dcf3e18bd214dbe08893a036a5))
* **frontend:** show recent listens ([49bff95](https://github.com/apricote/Listory/commit/49bff95ea59a6d5ac33c0277636e13d2679d9a47))

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "0.1.0",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -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",