Skip to content

Commit 038bd4b

Browse files
committed
Update docs with v11.0
1 parent df3d6f2 commit 038bd4b

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# CHANGELOG
22

3-
## version 11.0.0 - unreleased
3+
## version 11.0.0 - 2020-01-30
44

55
### API changes
66
- clamp int samples on overflow instead of throwing RangeError
77

8+
### Other changes
9+
- Zero dependencies
10+
811

912
## version 10.4.3 - 2020-01-27
1013
- Fix: large files RIFF/RIFX conversion

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Create, read and write wav files according to the specs.
1717
- **Use it in Node.js**
1818
- **Use it as a command line tool**
1919
- **Handle files up to 2GB**
20+
- **Zero dependencies**
2021

2122
With **wavefile** you can:
2223

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ <h2>Notice</h2>
7171
<li><strong>Use it in Node.js</strong></li>
7272
<li><strong>Use it as a command line tool</strong></li>
7373
<li><strong>Handle files up to 2GB</strong></li>
74+
<li><strong>Zero dependencies</strong></li>
7475
</ul>
7576
<p>With <strong>wavefile</strong> you can:</p>
7677
<ul>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wavefile",
3-
"version": "10.4.3",
3+
"version": "11.0.0",
44
"description": "Create, read and write wav files according to the specs.",
55
"homepage": "https://github.com/rochars/wavefile",
66
"author": "Rafael da Silva Rocha <[email protected]>",

0 commit comments

Comments
 (0)