Skip to content

Commit

Permalink
Update docs with v11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rochars committed Jan 30, 2020
1 parent df3d6f2 commit 038bd4b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# CHANGELOG

## version 11.0.0 - unreleased
## version 11.0.0 - 2020-01-30

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

### Other changes
- Zero dependencies


## version 10.4.3 - 2020-01-27
- Fix: large files RIFF/RIFX conversion
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Create, read and write wav files according to the specs.
- **Use it in Node.js**
- **Use it as a command line tool**
- **Handle files up to 2GB**
- **Zero dependencies**

With **wavefile** you can:

Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ <h2>Notice</h2>
<li><strong>Use it in Node.js</strong></li>
<li><strong>Use it as a command line tool</strong></li>
<li><strong>Handle files up to 2GB</strong></li>
<li><strong>Zero dependencies</strong></li>
</ul>
<p>With <strong>wavefile</strong> you can:</p>
<ul>
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": "wavefile",
"version": "10.4.3",
"version": "11.0.0",
"description": "Create, read and write wav files according to the specs.",
"homepage": "https://github.com/rochars/wavefile",
"author": "Rafael da Silva Rocha <rocha.rafaelsilva@gmail.com>",
Expand Down

0 comments on commit 038bd4b

Please sign in to comment.