Skip to content

Commit

Permalink
bump version: 4.2.0 (katspaugh#2096)
Browse files Browse the repository at this point in the history
  • Loading branch information
thijstriemstra committed Oct 20, 2020
1 parent f0f803e commit c438c23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
wavesurfer.js changelog
=======================

Next (unreleased)
-----------------
4.2.0 (20.10.2020)
------------------

- Fix performance issues with `seekTo` while audio is playing (#2045)
- Trigger `waveform-ready` event when provided peaks are drawn (#2031)
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": "4.1.1",
"version": "4.2.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": "4.1.1",
"version": "4.2.0",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down

0 comments on commit c438c23

Please sign in to comment.