Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Oct 12, 2021
1 parent 7239a3b commit dd4ec64
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.3.0 (2021/10/12)

* Replaced inline-worker with rollup-plugin-web-worker-loader (@chrisn)

* (#78) Fixed "Uncaught ReferenceError" when waveform-data.js is used
in an Angular app (@chrisn)

## v4.2.1 (2021/10/09)

* Added missing CommonJS module dist file (@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.2.1",
"version": "4.3.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 dd4ec64

Please sign in to comment.