Skip to content

Commit

Permalink
Release 6.6.0 (#2715)
Browse files Browse the repository at this point in the history
* Release 6.6.0

* Update CHANGES.md
  • Loading branch information
katspaugh committed Mar 14, 2023
1 parent bf0dc53 commit 8821b0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
wavesurfer.js changelog
=======================

6.6.0 (14.03.2023)
------------------
- Zoom optimisation for Waves and matching implementation for Spectrograms (#2646)
- Fix: release workflow permissions (#2709)

6.5.2 (12.03.2023)
------------------
- Regions plugin:
- Fix undefined content element on remove (#2713)

6.5.0 (11.03.2023)
------------------
- Regions plugin:
Expand Down
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.5.0",
"version": "6.6.0",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <katspaugh@gmail.com>"
Expand Down
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.5.0",
"version": "6.6.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down

0 comments on commit 8821b0b

Please sign in to comment.