From f5e2e6a1ff7cc07ed64285cc1f24e702c1299cd2 Mon Sep 17 00:00:00 2001 From: parveshneedhoo Date: Thu, 23 Nov 2023 11:36:09 +0400 Subject: [PATCH 1/2] specify breaking change --- CHANGELOD.md => CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- plugin.xml | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) rename CHANGELOD.md => CHANGELOG.md (83%) 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 From 365f0e4a1ce5b8521c5e03ac58534c8cde48d42a Mon Sep 17 00:00:00 2001 From: parveshneedhoo Date: Thu, 23 Nov 2023 11:41:43 +0400 Subject: [PATCH 2/2] trigger publish