Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wavesurfer.js changelog
=======================

6.1.0 (unreleased)
6.1.0 (31.03.2022)
------------------
- Fix many calls to `setSinkId` resulting in no sound (#2481)
- Optimize responsive resize to avoid unnecessarily firing redraw on unpainted waveforms (#2485)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.4",
"version": "6.1.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <[email protected]>"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "6.0.4",
"version": "6.1.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {

0 comments on commit e3ca41b

Please sign in to comment.