Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed Oct 9, 2021
1 parent 73baa9d commit 9232cb2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.2.1 (2021/10/09)

* Added missing CommonJS module dist file (@chrisn)

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

* Updated to use ES module format. Replaced browserify with Rollup
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.0",
"version": "4.2.1",
"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 9232cb2

Please sign in to comment.