diff --git a/CHANGELOG.md b/CHANGELOG.md
index daccf42..6504b10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG
+## version 6.12.5 (2018-06-11)
+- fix: webpack.config so no dependency dist is used in the bundle.
+
## version 6.12.4 (2018-06-11)
- browser version on npm.
diff --git a/docs/WaveFile.html b/docs/WaveFile.html
index 7b7e645..3180079 100644
--- a/docs/WaveFile.html
+++ b/docs/WaveFile.html
@@ -4835,7 +4835,7 @@
Parameters:
- Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:03:17 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
+ Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:09:14 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
diff --git a/docs/index.html b/docs/index.html
index 7234432..e3d56bc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -342,7 +342,7 @@ LICENSE Copyright (c) 2017-2018 Rafael da Silva Rocha.
- Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:03:17 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
+ Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:09:14 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
diff --git a/docs/index.js.html b/docs/index.js.html
index ffb13a1..85e679b 100644
--- a/docs/index.js.html
+++ b/docs/index.js.html
@@ -2131,7 +2131,7 @@ index.js
- Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:03:17 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
+ Documentation generated by JSDoc 3.5.5 on Mon Jun 11 2018 17:09:14 GMT-0300 (Hora oficial do Brasil) using the docdash theme.
diff --git a/package.json b/package.json
index 2cf7b70..3504a2d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wavefile",
- "version": "6.12.4",
+ "version": "6.12.5",
"description": "Read & write wave files.",
"homepage": "https://github.com/rochars/wavefile",
"author": "Rafael S. Rocha ",