Skip to content

Commit 3e003fc

Browse files
committed
v3.3.0
1 parent ae8c1af commit 3e003fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# waveform-data.js
22

3+
## v3.3.0 (2020/02/23)
4+
5+
* Removed unnecessary files to reduce size of NPM package (@chrisn)
6+
37
## v3.2.0 (2020/02/22)
48

59
* (#66) Added TypeScript declarations (@artemkosenko)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "waveform-data",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Audio Waveform Data Manipulation API – resample, offset and segment waveform data in JavaScript",
55
"main": "waveform-data.js",
66
"types": "waveform-data.d.ts",

0 commit comments

Comments
 (0)