Skip to content

Commit

Permalink
chore(release): 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Sep 28, 2016
1 parent a4b385f commit 9110981
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 10 deletions.
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
.travis.yml

# Logs
logs
*.log
npm-debug.log*
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
<a name="2.3.2"></a>
## [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))



<a name="2.3.1"></a>
## [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
Expand All @@ -9,7 +19,7 @@


<a name="2.3.0"></a>
# [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
Expand All @@ -19,7 +29,7 @@


<a name="2.2.0"></a>
## [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
Expand All @@ -29,7 +39,7 @@


<a name="2.1.1"></a>
## [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
Expand All @@ -39,7 +49,7 @@


<a name="2.1.0"></a>
# [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
Expand All @@ -56,7 +66,7 @@


<a name="2.0.1"></a>
## [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
Expand All @@ -66,7 +76,7 @@


<a name="2.0.0"></a>
# [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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 9110981

Please sign in to comment.