diff --git a/CHANGES.md b/CHANGES.md index 837bccc2c..5acc88b35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/bower.json b/bower.json index 6bd7e07fc..9d5bbc4c8 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "wavesurfer.js", - "version": "4.0.0", + "version": "4.0.1", "homepage": "https://wavesurfer-js.org", "authors": [ "katspaugh " diff --git a/package.json b/package.json index eeb68f976..64eb22492 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",