Skip to content

Commit 99b8bae

Browse files
committed
v3.2.0
1 parent 30c7d6a commit 99b8bae

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# waveform-data.js
22

3+
## v3.2.0 (2020/02/22)
4+
5+
* (#66) Added TypeScript declarations (@artemkosenko)
6+
* Improved documentation (@chrisn)
7+
38
## v3.1.0 (2019/10/23)
49

510
* Added concat() method (@jdelStrother)
@@ -10,7 +15,7 @@
1015
* Added fromAudioBuffer() method to create waveform from AudioBuffer
1116
(@davidturissini)
1217
* This release has some breaking API changes, refer to doc/migration-guide.md
13-
for details of how to update your code.
18+
for details of how to update your code
1419

1520
## v2.1.2 (2018/11/10)
1621

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,4 +362,4 @@ unit tests using [Karma runner](http://karma-runner.github.io) and the
362362

363363
# Copyright
364364

365-
Copyright 2018 British Broadcasting Corporation
365+
Copyright 2020 British Broadcasting Corporation

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.1.0",
3+
"version": "3.2.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)