Skip to content

Commit

Permalink
v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Sep 19, 2023
1 parent 21a5979 commit 6b03d2d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 6b03d2d

Please sign in to comment.