Skip to content

Commit 1c6ce13

Browse files
committed
2.1.0
1 parent bf29596 commit 1c6ce13

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<a name="2.1.0"></a>
2+
# [2.1.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.1...v2.1.0) (2016-08-05)
3+
4+
5+
### Bug Fixes
6+
7+
* **all:** added required parameters to certain cordova.exec functions ([69fe4e6](https://github.com/bitpay/cordova-plugin-qrscanner/commit/69fe4e6))
8+
9+
10+
### Features
11+
12+
* **android:** add QRScanner class and majority of its methods ([7e589ef](https://github.com/bitpay/cordova-plugin-qrscanner/commit/7e589ef))
13+
* **android:** android platform release preparation ([2d60614](https://github.com/bitpay/cordova-plugin-qrscanner/commit/2d60614))
14+
* **android:** complete initial android release ([4afa02e](https://github.com/bitpay/cordova-plugin-qrscanner/commit/4afa02e))
15+
16+
17+
118
<a name="2.0.1"></a>
219
## [2.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.0...v2.0.1) (2016-08-03)
320

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-qrscanner",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Cordova QR Scanner Plugin",
55
"cordova": {
66
"id": "cordova-plugin-qrscanner",

0 commit comments

Comments
 (0)