Skip to content

Commit

Permalink
chore(release): 1.55.63 [skip ci]
Browse files Browse the repository at this point in the history
## [1.55.63](v1.55.62...v1.55.63) (2023-09-05)

### Bug Fixes

* **tests:** reduce chance of `The play() request was interrupted by a call to pause` error ([eb996ac](eb996ac)), closes [#714](#714)
* **typing:** TS errors in api/user.js ([6f1b03b](6f1b03b))
* **typing:** TS errors in register.js and models/user.js ([a0b92fa](a0b92fa))
  • Loading branch information
semantic-release-bot committed Sep 5, 2023
1 parent eb996ac commit bfda4e5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.55.63](https://github.com/openwhyd/openwhyd/compare/v1.55.62...v1.55.63) (2023-09-05)


### Bug Fixes

* **tests:** reduce chance of `The play() request was interrupted by a call to pause` error ([eb996ac](https://github.com/openwhyd/openwhyd/commit/eb996ac05e7a50739536d12bd45098e74b9ddc8d)), closes [#714](https://github.com/openwhyd/openwhyd/issues/714)
* **typing:** TS errors in api/user.js ([6f1b03b](https://github.com/openwhyd/openwhyd/commit/6f1b03bb92f88cd3e096c4b36958eb59acda028a))
* **typing:** TS errors in register.js and models/user.js ([a0b92fa](https://github.com/openwhyd/openwhyd/commit/a0b92fa481f8e4f28f8b473ac0599d0b5df96a7a))

## [1.55.62](https://github.com/openwhyd/openwhyd/compare/v1.55.61...v1.55.62) (2023-09-05)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openwhyd",
"version": "1.55.62",
"version": "1.55.63",
"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 bfda4e5

Please sign in to comment.