Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Aug 14, 2024
1 parent b6e1662 commit 4ce609e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Peaks.js

## 3.4.1 (2024/08/14)

* (#536) Fixed `zoomview.enableAutoScroll()` (@chrisn)

* (#536) Prevent the zoomview from scrolling when set to `auto` zoom level
(@chrisn)

## 3.4.0 (2024/05/24)

* (#529) Added `playheadWidth` option (@chrisn)
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.4.0",
"version": "3.4.1",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit 4ce609e

Please sign in to comment.