Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Feb 20, 2024
1 parent a16d0f1 commit 7342789
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Peaks.js

## 3.2.3 (2024/02/20)

* (#524) When the segment drag mode is either `'no-overlap'` or `'compress'`,
clicking on an existing segment in `'insert-segment'` waveform drag mode
will no longer create a new overlapping segment.

## 3.2.2 (2024/02/07)

* (#491) Fixed handling of HTTP 206 response statuses, when requesting audio
Expand Down
4 changes: 2 additions & 2 deletions 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.2.2",
"version": "3.2.3",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit 7342789

Please sign in to comment.