diff --git a/CHANGES.md b/CHANGES.md index caca35214..cc40315b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)" diff --git a/bower.json b/bower.json index 103fc2324..166bc9d09 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "wavesurfer.js", - "version": "6.6.2", + "version": "6.6.3", "homepage": "https://wavesurfer-js.org", "authors": [ "katspaugh " diff --git a/package.json b/package.json index ba8015f3b..0d1758b13 100644 --- a/package.json +++ b/package.json @@ -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": {