Skip to content

Commit

Permalink
chore(release): 1.59.10 [skip ci]
Browse files Browse the repository at this point in the history
## [1.59.10](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](1ada22f)), closes [#756](#756)
  • Loading branch information
semantic-release-bot committed Dec 29, 2023
1 parent 2d6db5f commit 66a399e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions 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)


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.

2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 66a399e

Please sign in to comment.