We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7941143 commit 90f1882Copy full SHA for 90f1882
README.md
@@ -72,3 +72,4 @@ in the meantime check out what's in the examples directory (especially the [simp
72
* add an onEnded callback
73
* play next song onEnded, add option to enable or disable automatic play next onEnded
74
* add change position method
75
+* add loop queue option
package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"test": "echo \"Error: no test specified\" && exit 1"
25
},
26
- "version": "0.4.2",
+ "version": "0.5.0",
27
"devDependencies": {
28
"@types/webaudioapi": "0.0.27",
29
"gulp": "^3.9.1",
0 commit comments