Skip to content

Commit

Permalink
Release 6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Apr 4, 2023
1 parent a4dbddb commit cd1194c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
wavesurfer.js changelog
=======================

6.6.3 (04.04.2023)
------------------
- Markers plugin:
- allow removing markers by passing a marker object (#2749)
- add getMarkers function (#2743)
- Docs: version the unpkg script in readme (#2746)
- Refactor: remove scriptNode (#2706)

6.6.2 (24.03.2023)
------------------
- Revert "Zoom optimisation for Waves and matching implementation for Spectrograms (#2646)"
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.6.2",
"version": "6.6.3",
"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.6.2",
"version": "6.6.3",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down

0 comments on commit cd1194c

Please sign in to comment.