Skip to content

Commit

Permalink
chore(release): 1.55.59 [skip ci]
Browse files Browse the repository at this point in the history
## [1.55.59](v1.55.58...v1.55.59) (2023-08-31)

### Bug Fixes

* **error-handling:** don't callback twice upon rejection ([#704](#704)) ([0a13423](0a13423)), closes [#703](#703)
  • Loading branch information
semantic-release-bot committed Aug 31, 2023
1 parent 0a13423 commit 4087c89
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.55.59](https://github.com/openwhyd/openwhyd/compare/v1.55.58...v1.55.59) (2023-08-31)


### Bug Fixes

* **error-handling:** don't callback twice upon rejection ([#704](https://github.com/openwhyd/openwhyd/issues/704)) ([0a13423](https://github.com/openwhyd/openwhyd/commit/0a134235b93b408979829e7b3e323f9e536bc135)), closes [#703](https://github.com/openwhyd/openwhyd/issues/703)

## [1.55.58](https://github.com/openwhyd/openwhyd/compare/v1.55.57...v1.55.58) (2023-08-31)


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.58",
"version": "1.55.59",
"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 4087c89

Please sign in to comment.