diff --git a/CHANGELOG.md b/CHANGELOG.md index ad9ac03..1fdb5ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.1.0](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/3.1.0) (2019-03-06) +[Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/36?closed=1) + + +## [3.0.3](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/3.0.3) (2019-02-21) +[Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/35?closed=1) + + ## [3.0.2](https://github.com/EddyVerbruggen/nativescript-barcodescanner/tree/3.0.2) (2019-02-05) [Full Changelog](https://github.com/EddyVerbruggen/nativescript-barcodescanner/milestone/34?closed=1) diff --git a/README.md b/README.md index f837896..9692422 100755 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ npm run demo-ng.ios (or demo.ios.device) ### iOS only * CODE_39_MOD_43 +* INTERLEAVED_2_OF_5 ### A note about `UPC_A` and `EAN_13` When either (or both) of these are specified, both can be returned. diff --git a/demo/app/main-page.xml b/demo/app/main-page.xml index 737ba07..4a3bddc 100644 --- a/demo/app/main-page.xml +++ b/demo/app/main-page.xml @@ -16,7 +16,7 @@