File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## 0.5.0-alpha.11 / 27 Jun 2022
8
+ This is an alpha release, but new servers should use this version rather than an older "stable" one.
9
+
10
+ Features:
11
+ * Update ` u-wave-source-youtube ` . This expects that clients use u-wave-web v2.0.0-alpha.9 or later.
12
+
13
+ Bugfixes:
14
+ * Fix crash when a media source's ` play() ` hook throws. (#525 )
15
+
16
+ Internal:
17
+ * Do not rely on in-process event emitters. (#522 )
18
+
7
19
## 0.5.0-alpha.10 / 23 May 2022
8
20
This is an alpha release, but new servers should use this version rather than an older "stable" one.
9
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " u-wave-core" ,
3
- "version" : " 0.5.0-alpha.10 " ,
3
+ "version" : " 0.5.0-alpha.11 " ,
4
4
"description" : " The üWave core library." ,
5
5
"license" : " MIT" ,
6
6
"repository" : " u-wave/core" ,
You can’t perform that action at this time.
0 commit comments