From 038bd4b289e1e5addc8947fe3a8e060c9017b809 Mon Sep 17 00:00:00 2001 From: Rafael Rocha Date: Thu, 30 Jan 2020 01:01:06 -0300 Subject: [PATCH] Update docs with v11.0 --- CHANGELOG.md | 5 ++++- README.md | 1 + docs/index.html | 1 + package-lock.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 972ca4f..428c6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index ea2fe35..47a65ce 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/index.html b/docs/index.html index 4e197e7..b412cba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -71,6 +71,7 @@

Notice

  • Use it in Node.js
  • Use it as a command line tool
  • Handle files up to 2GB
  • +
  • Zero dependencies
  • With wavefile you can: