diff --git a/.gitignore b/.gitignore
index 8a983432..8d3dd6a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,12 @@
+# Logs
+logs
+*.log
+npm-debug.log*
+
+# Dependency directories
node_modules/
-dist/
# generated files
+dist/
src/browser/plugin.min.js
www/www.min.js
diff --git a/.npmignore b/.npmignore
index 2e84c135..93c20e33 100644
--- a/.npmignore
+++ b/.npmignore
@@ -1 +1,6 @@
.travis.yml
+
+# Logs
+logs
+*.log
+npm-debug.log*
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 391bffe3..ea826ddf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
+
+## [2.3.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.1...2.3.2) (2016-09-28)
+
+
+### Bug Fixes
+
+* **library:** rename UMD library file in dist ([a4b385f](https://github.com/bitpay/cordova-plugin-qrscanner/commit/a4b385f))
+
+
+
-## [2.3.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.0...v2.3.1) (2016-09-28)
+## [2.3.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.0...2.3.1) (2016-09-28)
### Bug Fixes
@@ -9,7 +19,7 @@
-# [2.3.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.2.0...v2.3.0) (2016-09-28)
+# [2.3.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.2.0...2.3.0) (2016-09-28)
### Features
@@ -19,7 +29,7 @@
-## [2.1.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.1.1...v2.1.2) (2016-08-15)
+## [2.1.2](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.1.1...2.1.2) (2016-08-15)
### Features
@@ -29,7 +39,7 @@
-## [2.1.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.1.0...v2.1.1) (2016-08-12)
+## [2.1.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.1.0...2.1.1) (2016-08-12)
### Bug Fixes
@@ -39,7 +49,7 @@
-# [2.1.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.1...v2.1.0) (2016-08-05)
+# [2.1.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.1...2.1.0) (2016-08-05)
### Bug Fixes
@@ -56,7 +66,7 @@
-## [2.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.0...v2.0.1) (2016-08-03)
+## [2.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.0...2.0.1) (2016-08-03)
### Bug Fixes
@@ -66,7 +76,7 @@
-# [2.0.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/v1.1.0...v2.0.0) (2016-06-29)
+# [2.0.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/v1.1.0...2.0.0) (2016-06-29)
### Bug Fixes
diff --git a/package.json b/package.json
index 543165b0..892fefb1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-qrscanner",
- "version": "2.3.1",
+ "version": "2.3.2",
"description": "Cordova QR Scanner Plugin",
"cordova": {
"id": "cordova-plugin-qrscanner",
@@ -23,7 +23,7 @@
"test:browser": "cd ../cordova-plugin-test-projects/cordova-plugin-qrscanner-tests && npm run test:browser",
"test:library": "npm run build && node tests/library/test.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
- "prep-release": "git clean -dfx && npm run build && npm run changelog"
+ "prep-release": "git clean -dfx && npm install && npm run build && npm run changelog"
},
"repository": {
"type": "git",