Skip to content

Commit

Permalink
chore(release): 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Oct 1, 2016
1 parent c0722c7 commit 29e5bbf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
<a name="2.3.4"></a>
## [2.3.4](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.3...2.3.4) (2016-10-01)


### Bug Fixes

* **ios:** Make NSCameraUsageDescription string non-empty, which is now rejected by Apple ([514a2d2](https://github.com/bitpay/cordova-plugin-qrscanner/commit/514a2d2))
* **ios:** pause scanning with pausePreview method on iOS ([c0722c7](https://github.com/bitpay/cordova-plugin-qrscanner/commit/c0722c7)), closes [#12](https://github.com/bitpay/cordova-plugin-qrscanner/issues/12)



<a name="2.3.3"></a>
## [2.3.3](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.3.2...2.3.3) (2016-09-29)

Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-qrscanner",
"version": "2.3.3",
"description": "Cordova QR Scanner Plugin",
"version": "2.3.4",
"description": "Fast, energy-efficient, highly-configurable QR code scanner.",
"cordova": {
"id": "cordova-plugin-qrscanner",
"platforms": [
Expand Down Expand Up @@ -36,7 +36,13 @@
"scanner",
"reader",
"ecosystem:cordova",
"cordova-ios"
"cordova-ios",
"cordova-android",
"cordova-browser",
"UMD",
"library",
"electron",
"NW.js"
],
"author": "Jason Dreyzehner",
"license": "MIT",
Expand Down

0 comments on commit 29e5bbf

Please sign in to comment.