Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Feb 7, 2024
1 parent d943b8e commit 8affc44
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.2.2 (2024/02/07)

* (#491) Fixed handling of HTTP 206 response statuses, when requesting audio
or waveform data (@chrisn)

* (#518) Fixed TypeScript declarations (@jdelStrother)

## 3.2.1 (2023/11/29)

* (#513) Fixed `view.setZoom()` waveform scale calculation. This bug would manifest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,4 @@ Thank you to all our [contributors](https://github.com/bbc/peaks.js/graphs/contr

# Copyright

Copyright 2023 British Broadcasting Corporation
Copyright 2024 British Broadcasting Corporation
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.1",
"version": "3.2.2",
"description": "JavaScript UI component for displaying audio waveforms",
"main": "./dist/peaks.min.js",
"module": "./dist/peaks.esm.js",
Expand Down

0 comments on commit 8affc44

Please sign in to comment.