Skip to content

Commit

Permalink
chore(release): 1.59.8 [skip ci]
Browse files Browse the repository at this point in the history
## [1.59.8](v1.59.7...v1.59.8) (2023-12-29)

### Bug Fixes

* **auth:** logout local session after auth0 logout ([6e7299d](6e7299d)), closes [#756](#756)
* comments ([21c0f23](21c0f23))
* **env:** no need to expose local db, assuming that users were uploaded to auth0 "dev" tenant's db ([31b1019](31b1019))
* **env:** typo on required env var: `AUTH0_CLIENT_SECRET` ([eb54506](eb54506))
* **makefile:** `docker-seed` to start services ([998607b](998607b))
* **makefile:** `make dev` to start openwhyd against "dev" auth0 tenant ([4a1ae82](4a1ae82))
  • Loading branch information
semantic-release-bot committed Dec 29, 2023
1 parent 6e7299d commit ae1de06
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [1.59.8](https://github.com/openwhyd/openwhyd/compare/v1.59.7...v1.59.8) (2023-12-29)


### Bug Fixes

* **auth:** logout local session after auth0 logout ([6e7299d](https://github.com/openwhyd/openwhyd/commit/6e7299ddeb2019df701fa0b013d194135e1e75fc)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756)
* comments ([21c0f23](https://github.com/openwhyd/openwhyd/commit/21c0f2383b2fe210eb0bed0429ed0f4b3da02146))
* **env:** no need to expose local db, assuming that users were uploaded to auth0 "dev" tenant's db ([31b1019](https://github.com/openwhyd/openwhyd/commit/31b10190d3fabfeace156c1e06f41f6330b28d8f))
* **env:** typo on required env var: `AUTH0_CLIENT_SECRET` ([eb54506](https://github.com/openwhyd/openwhyd/commit/eb5450678017fc0df462d416415cac8075a495ca))
* **makefile:** `docker-seed` to start services ([998607b](https://github.com/openwhyd/openwhyd/commit/998607b674143013af9959455e73d8b041de1fe7))
* **makefile:** `make dev` to start openwhyd against "dev" auth0 tenant ([4a1ae82](https://github.com/openwhyd/openwhyd/commit/4a1ae82ef5345f54856dee80207bd98f507ed8e5))

## [1.59.7](https://github.com/openwhyd/openwhyd/compare/v1.59.6...v1.59.7) (2023-12-29)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "openwhyd",
"version": "1.59.7",
"version": "1.59.8",
"description": "A web app for collecting, playing and sharing music from various streaming platforms: Youtube, Soundcloud, Bandcamp, Vimeo, Deezer...",
"homepage": "https://openwhyd.org",
"license": "MIT",
Expand Down Expand Up @@ -102,4 +102,4 @@
"ts-morph": "^20.0.0",
"typescript": "^5.2.2"
}
}
}

0 comments on commit ae1de06

Please sign in to comment.