Skip to content

Commit

Permalink
release 4.0.1 (#1979)
Browse files Browse the repository at this point in the history
* add 4.0.1 changelog entry

* bump version: 4.0.1

* update dev dependencies
  • Loading branch information
thijstriemstra authored Jun 24, 2020
1 parent 357112a commit aaf433e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
wavesurfer.js changelog
=======================

4.0.0 (21.06.2020)
4.0.1 (23.06.2020)
------------------

- Fixes for event handling with certain plugins (regions, microphone).
The crash would have involved '_disabledEventEmissions'
The crash would have involved '_disabledEventEmissions' (#1975)

4.0.0 (21.06.2020)
------------------

- Fixed mediaelement-webaudio playback under Safari (#1964)
- Fixed the `destroy` method of the `MediaElementWebAudio` backend. Instead of
destroying only the media element, the audio nodes are disconnected and the
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.0.0",
"version": "4.0.1",
"homepage": "https://wavesurfer-js.org",
"authors": [
"katspaugh <[email protected]>"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wavesurfer.js",
"version": "4.0.0",
"version": "4.0.1",
"description": "Interactive navigable audio visualization using Web Audio and Canvas",
"main": "dist/wavesurfer.js",
"directories": {
Expand Down Expand Up @@ -68,7 +68,7 @@
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-integrate-test-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^7.3.0",
"eslint": "^7.3.1",
"htmlhint": "^0.14.0",
"in-publish": "^2.0.1",
"jasmine-core": "^3.5.0",
Expand Down

0 comments on commit aaf433e

Please sign in to comment.