diff --git a/CHANGELOD.md b/CHANGELOG.md similarity index 83% rename from CHANGELOD.md rename to CHANGELOG.md index 2f931905..f7aa4ef4 100644 --- a/CHANGELOD.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.1.0](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.5...2.1.0) (2023-11-23) + + +### Breaking Changes + +* **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.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. diff --git a/package-lock.json b/package-lock.json index 53c04523..6f42da36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.5", + "version": "2.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.5", + "version": "2.1.0", "license": "MIT", "engines": { "name": "cordova", diff --git a/package.json b/package.json index 54af4a13..93f4d087 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spoonconsulting/cordova-plugin-telerik-imagepicker", - "version": "2.0.5", + "version": "2.1.0", "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 58bd3897..f60fc5dc 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.1.0"> ImagePicker