diff --git a/CHANGELOD.md b/CHANGELOD.md index 9f1c6f8c..2f931905 100644 --- a/CHANGELOD.md +++ b/CHANGELOD.md @@ -1,3 +1,8 @@ +## [2.0.5](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.4...2.0.5) (2023-11-10) + +* **android:** Return the Height and Width of selected images along with their paths. +* **ios:** Return the Height and Width of selected images along with their paths. + ## [2.0.4](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.3...2.0.4) (2023-07-12) * **ios:** Use interfaceOrientation for ios 13+. diff --git a/package-lock.json b/package-lock.json index 49a786f9..53c04523 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.4", + "version": "2.0.5", "license": "MIT", "engines": { "name": "cordova", diff --git a/package.json b/package.json index 26a0a33b..54af4a13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.4", + "version": "2.0.5", "cordova_name": "ImagePicker", "description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app", "license": "MIT", diff --git a/plugin.xml b/plugin.xml index 01185328..58bd3897 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.0.5"> ImagePicker