From 1c6ce13c4697392c6a69cb15e57dbfe2da23afa2 Mon Sep 17 00:00:00 2001 From: Jason Dreyzehner Date: Fri, 5 Aug 2016 12:54:13 -0400 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91b5d01..38248803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [2.1.0](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.1...v2.1.0) (2016-08-05) + + +### Bug Fixes + +* **all:** added required parameters to certain cordova.exec functions ([69fe4e6](https://github.com/bitpay/cordova-plugin-qrscanner/commit/69fe4e6)) + + +### Features + +* **android:** add QRScanner class and majority of its methods ([7e589ef](https://github.com/bitpay/cordova-plugin-qrscanner/commit/7e589ef)) +* **android:** android platform release preparation ([2d60614](https://github.com/bitpay/cordova-plugin-qrscanner/commit/2d60614)) +* **android:** complete initial android release ([4afa02e](https://github.com/bitpay/cordova-plugin-qrscanner/commit/4afa02e)) + + + ## [2.0.1](https://github.com/bitpay/cordova-plugin-qrscanner/compare/2.0.0...v2.0.1) (2016-08-03) diff --git a/package.json b/package.json index 0447c640..2f582e6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-qrscanner", - "version": "2.0.1", + "version": "2.1.0", "description": "Cordova QR Scanner Plugin", "cordova": { "id": "cordova-plugin-qrscanner",