Skip to content

Commit 0134941

Browse files
committed
v3.8.0
1 parent 3832af4 commit 0134941

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.8.0 - 2020-09-01
2+
3+
- Added: Support `xhrWithCredentials` (#77)
4+
15
# 3.7.5 - 2020-08-14
26

37
- Fixed: Use `componentDidUpdate` and remove use of depreciated `componentWillReceiveProps` method (#90)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-howler",
3-
"version": "3.7.5",
3+
"version": "3.8.0",
44
"description": "A React.js wrapper for howler.js (audio player)",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)