diff --git a/CHANGELOG.md b/CHANGELOG.md index 585f5499..641e5bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Peaks.js +## 3.1.0 (2023/09/19) + +* Added `enablePoints` and `enableSegments` options (@chrisn) + +* Added `axisTopMarkerHeight` and `axisBottomMarkerHeight` options (@chrisn) + +* Fixed point and segment rendering in the overview waveform, if the audio duration + is different to the waveform duration (@chrisn) + ## 3.0.0 (2023/08/28) * Fixed point marker dragging (@chrisn) diff --git a/package-lock.json b/package-lock.json index ad35a609..a3362658 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "peaks.js", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 6beaa8ef..202f0e7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peaks.js", - "version": "3.0.0", + "version": "3.1.0", "description": "JavaScript UI component for displaying audio waveforms", "main": "./dist/peaks.min.js", "module": "./dist/peaks.esm.js",