Skip to content

Commit 8affc44

Browse files
committed
v3.2.2
1 parent d943b8e commit 8affc44

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Peaks.js
22

3+
## 3.2.2 (2024/02/07)
4+
5+
* (#491) Fixed handling of HTTP 206 response statuses, when requesting audio
6+
or waveform data (@chrisn)
7+
8+
* (#518) Fixed TypeScript declarations (@jdelStrother)
9+
310
## 3.2.1 (2023/11/29)
411

512
* (#513) Fixed `view.setZoom()` waveform scale calculation. This bug would manifest

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ Thank you to all our [contributors](https://github.com/bbc/peaks.js/graphs/contr
372372

373373
# Copyright
374374

375-
Copyright 2023 British Broadcasting Corporation
375+
Copyright 2024 British Broadcasting Corporation

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "peaks.js",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "JavaScript UI component for displaying audio waveforms",
55
"main": "./dist/peaks.min.js",
66
"module": "./dist/peaks.esm.js",

0 commit comments

Comments
 (0)