Skip to content

Commit

Permalink
v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Jan 18, 2024
1 parent 0f2bd51 commit b278be3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# waveform-data.js

## v4.5.0 (2024/01/18)

* (#119) Added support for 16-bit samples in `createFromAudio()` (@jameadows)

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

* (#84) Added `slice` method (@chrisn)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,4 +392,4 @@ unit tests using [Karma runner](http://karma-runner.github.io) and the

# 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": "waveform-data",
"version": "4.4.0",
"version": "4.5.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 b278be3

Please sign in to comment.