From f4a3baf9c9cb646c79cc5d75404768877c70a9a5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 15:28:49 +0000 Subject: [PATCH] chore(release): 1.59.9 [skip ci] ## [1.59.9](https://github.com/openwhyd/openwhyd/compare/v1.59.8...v1.59.9) (2023-12-29) ### Bug Fixes * **auth:** make sure that `request.session` is defined, even if auth0 is used ([79523d9](https://github.com/openwhyd/openwhyd/commit/79523d988a6b9b5e32431ef056ddfe50cd15f848)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756) * **auth:** make sure that `whydUid` is cleared after logout from Auth0 ([9ab6305](https://github.com/openwhyd/openwhyd/commit/9ab6305a6594870e7815864acb56aa7da04b5a4d)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756) --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b126ff..77c4b291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.59.9](https://github.com/openwhyd/openwhyd/compare/v1.59.8...v1.59.9) (2023-12-29) + + +### Bug Fixes + +* **auth:** make sure that `request.session` is defined, even if auth0 is used ([79523d9](https://github.com/openwhyd/openwhyd/commit/79523d988a6b9b5e32431ef056ddfe50cd15f848)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756) +* **auth:** make sure that `whydUid` is cleared after logout from Auth0 ([9ab6305](https://github.com/openwhyd/openwhyd/commit/9ab6305a6594870e7815864acb56aa7da04b5a4d)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756) + ## [1.59.8](https://github.com/openwhyd/openwhyd/compare/v1.59.7...v1.59.8) (2023-12-29) diff --git a/package-lock.json b/package-lock.json index 79d9d3df..8d7dfb73 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openwhyd", - "version": "1.59.8", + "version": "1.59.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openwhyd", - "version": "1.59.8", + "version": "1.59.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0e27d2a9..76139cad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhyd", - "version": "1.59.8", + "version": "1.59.9", "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",