From d818bd4f64ca5cab86e073017c587ff46da91e8f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 9 Mar 2024 13:40:49 +0000 Subject: [PATCH] chore(release): 1.59.15 [skip ci] ## [1.59.15](https://github.com/openwhyd/openwhyd/compare/v1.59.14...v1.59.15) (2024-03-09) ### Bug Fixes * **auth:** try to refresh auth0 session silently, without having to re-login everyday ([c8fb684](https://github.com/openwhyd/openwhyd/commit/c8fb684f7e0c8628fc2adf1889ad48ba4c8b63c3)), closes [#705](https://github.com/openwhyd/openwhyd/issues/705) --- 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 913f6fb5..b9e5e55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.59.15](https://github.com/openwhyd/openwhyd/compare/v1.59.14...v1.59.15) (2024-03-09) + + +### Bug Fixes + +* **auth:** try to refresh auth0 session silently, without having to re-login everyday ([c8fb684](https://github.com/openwhyd/openwhyd/commit/c8fb684f7e0c8628fc2adf1889ad48ba4c8b63c3)), closes [#705](https://github.com/openwhyd/openwhyd/issues/705) + ## [1.59.14](https://github.com/openwhyd/openwhyd/compare/v1.59.13...v1.59.14) (2024-02-04) diff --git a/package-lock.json b/package-lock.json index fc1b250b..bd26f160 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openwhyd", - "version": "1.59.14", + "version": "1.59.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openwhyd", - "version": "1.59.14", + "version": "1.59.15", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index af9cc95e..5607596c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwhyd", - "version": "1.59.14", + "version": "1.59.15", "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",