We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3832af4 commit 0134941Copy full SHA for 0134941
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 3.8.0 - 2020-09-01
2
+
3
+- Added: Support `xhrWithCredentials` (#77)
4
5
# 3.7.5 - 2020-08-14
6
7
- Fixed: Use `componentDidUpdate` and remove use of depreciated `componentWillReceiveProps` method (#90)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-howler",
- "version": "3.7.5",
+ "version": "3.8.0",
"description": "A React.js wrapper for howler.js (audio player)",
"main": "lib/index.js",
"scripts": {
0 commit comments