Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Apr 29, 2021
1 parent bc07226 commit d2c26fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# waveform-data.js

## v4.1.0 (2021/04/29)

* Added WaveformData.toArrayBuffer() method (@chrisn)
* Fixed TypeScript declarations (@wong2)

## v4.0.0 (2021/04/24)

* Added disable_worker option to WaveformData.createFromAudio()
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.0.0",
"version": "4.1.0",
"description": "Audio Waveform Data Manipulation API – resample, offset and segment waveform data in JavaScript",
"main": "waveform-data.js",
"types": "waveform-data.d.ts",
Expand Down

0 comments on commit d2c26fc

Please sign in to comment.