diff --git a/CHANGES.md b/CHANGES.md index 510eefecd..938209b12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ wavesurfer.js changelog ======================= -6.0.3 (unreleased) +6.0.3 (01.03.2022) ------------------ - Cursor plugin: - Fix type documentation for `followCursorY` and `opacity` options (#2459) diff --git a/bower.json b/bower.json index 9a95009d6..450253387 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "wavesurfer.js", - "version": "6.0.2", + "version": "6.0.3", "homepage": "https://wavesurfer-js.org", "authors": [ "katspaugh " diff --git a/package.json b/package.json index 7be610f97..103c18d53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wavesurfer.js", - "version": "6.0.2", + "version": "6.0.3", "description": "Interactive navigable audio visualization using Web Audio and Canvas", "main": "dist/wavesurfer.js", "directories": { @@ -74,11 +74,11 @@ "esdoc-ecmascript-proposal-plugin": "^1.0.0", "esdoc-integrate-test-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0", - "eslint": "^8.9.0", + "eslint": "^8.10.0", "htmlhint": "^1.1.2", "in-publish": "^2.0.1", - "jasmine-core": "^4.0.0", - "karma": "^6.3.16", + "jasmine-core": "^4.0.1", + "karma": "^6.3.17", "karma-chrome-launcher": "3.1.0", "karma-coverage": "^2.2.0", "karma-firefox-launcher": "^2.1.2",