Skip to content

Commit

Permalink
0.5.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jun 27, 2022
1 parent 41af15d commit 093a14e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.0-alpha.11 / 27 Jun 2022
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Features:
* Update `u-wave-source-youtube`. This expects that clients use u-wave-web v2.0.0-alpha.9 or later.

Bugfixes:
* Fix crash when a media source's `play()` hook throws. (#525)

Internal:
* Do not rely on in-process event emitters. (#522)

## 0.5.0-alpha.10 / 23 May 2022
This is an alpha release, but new servers should use this version rather than an older "stable" one.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "u-wave-core",
"version": "0.5.0-alpha.10",
"version": "0.5.0-alpha.11",
"description": "The üWave core library.",
"license": "MIT",
"repository": "u-wave/core",
Expand Down

0 comments on commit 093a14e

Please sign in to comment.