Skip to content

Commit

Permalink
v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Dec 6, 2023
1 parent ddc85dc commit 3b92a56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# waveform-data.js

## v4.4.0 (2023/12/06)

* (#84) Added `slice` method (@chrisn)

* (#97) Fixed unhandled rejection when calling Web Audio `decodeAudioData`
(@jdelStrother)

## v4.3.0 (2021/10/12)

* Replaced inline-worker with rollup-plugin-web-worker-loader (@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": "waveform-data",
"version": "4.3.0",
"version": "4.4.0",
"description": "Audio Waveform Data Manipulation API – resample, offset and segment waveform data in JavaScript",
"main": "./dist/waveform-data.cjs.js",
"browser": "./dist/waveform-data.esm.js",
Expand Down

0 comments on commit 3b92a56

Please sign in to comment.