Skip to content

Commit

Permalink
bump version: 6.0.0 (katspaugh#2437)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra authored Feb 7, 2022
1 parent 8c326e1 commit 9924b1d
Show file tree
Hide file tree
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.0.0 (unreleased)
6.0.0 (07.02.2022)
------------------
- Add additional type to `waveColor` and `progressColor` parameters to support linear gradients (#2345)
- Add `hideCursor` option to hide the mouse cursor when hovering over the waveform (#2367)
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": "5.2.0",
"version": "6.0.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": "5.2.0",
"version": "6.0.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down

0 comments on commit 9924b1d

Please sign in to comment.