From 66a399e9a4b7fa658ee96ffa00deacfa3bcd89bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Dec 2023 15:38:05 +0000 Subject: [PATCH] chore(release): 1.59.10 [skip ci] ## [1.59.10](https://github.com/openwhyd/openwhyd/compare/v1.59.9...v1.59.10) (2023-12-29) ### Bug Fixes * **auth:** make sure that legacy auth/session middleware is not initialize alongside Auth0 ([1ada22f](https://github.com/openwhyd/openwhyd/commit/1ada22f859dd179457460c7c8462006d750eeced)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c4b291..bb1c4a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.59.10](https://github.com/openwhyd/openwhyd/compare/v1.59.9...v1.59.10) (2023-12-29) + + +### Bug Fixes + +* **auth:** make sure that legacy auth/session middleware is not initialize alongside Auth0 ([1ada22f](https://github.com/openwhyd/openwhyd/commit/1ada22f859dd179457460c7c8462006d750eeced)), closes [#756](https://github.com/openwhyd/openwhyd/issues/756) + ## [1.59.9](https://github.com/openwhyd/openwhyd/compare/v1.59.8...v1.59.9) (2023-12-29) diff --git a/package-lock.json b/package-lock.json index 8d7dfb73..d36f8131 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openwhyd", - "version": "1.59.9", + "version": "1.59.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openwhyd", - "version": "1.59.9", + "version": "1.59.10", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 76139cad..4347f67c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhyd", - "version": "1.59.9", + "version": "1.59.10", "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",