Skip to content

Commit

Permalink
bump required wavesurfer.js version to 4.4.0 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Jan 24, 2021
1 parent 258233a commit 1aa80fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 3.4.0 - unreleased

- Trigger error event if peaks file cannot be found (#124)
- Bump required wavesurfer.js version to 4.4.0 or newer


## 3.3.1 - 2020/09/30
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
],
"dependencies": {
"video.js": ">=7.0.5",
"wavesurfer.js": ">=4.0.1"
"wavesurfer.js": ">=4.4.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
Expand Down

0 comments on commit 1aa80fe

Please sign in to comment.