Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stenerson committed Sep 23, 2020
1 parent 9e0e0e2 commit 4d251bf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.0.0 - 2020-09-23

- Added: Support `xhr` (#96)

## Breaking Changes

- Removed: Support `xhrWithCredentials` - now requiring Howler version >= `2.2.0` (#96)

# 3.8.0 - 2020-09-01

- Added: Support `xhrWithCredentials` (#77)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-howler",
"version": "3.8.0",
"version": "4.0.0",
"description": "A React.js wrapper for howler.js (audio player)",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"homepage": "https://github.com/thangngoc89/react-howler#readme",
"dependencies": {
"howler": "^2.1.1",
"howler": "^2.2.0",
"prop-types": "^15.5.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1822,7 +1822,7 @@ home-or-tmp@^2.0.0:
os-homedir "^1.0.0"
os-tmpdir "^1.0.1"

howler@^2.1.1:
howler@^2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/howler/-/howler-2.2.0.tgz#0e2c780997ae65ab9a1a186333031beac1c63c6b"
integrity sha512-sGPkrAQy7jh5mNDbkRNG0F82R2HFDYNsQXBcX4smXQT0y0F4UMsa/+jXaGwWvcrajWr2tDB7JUkH7G5qSnuIyQ==
Expand Down

0 comments on commit 4d251bf

Please sign in to comment.