Skip to content

Commit 98d56d9

Browse files
Merge pull request #18 from spoonconsulting/change-version
Specify breaking change in changelog
2 parents 2ec7de0 + 365f0e4 commit 98d56d9

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOD.md renamed to CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [2.1.0](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.5...2.1.0) (2023-11-23)
2+
3+
4+
### Breaking Changes
5+
6+
* **android:** Return the Height and Width of selected images along with their paths.
7+
* **ios:** Return the Height and Width of selected images along with their paths.
8+
19
## [2.0.5](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.4...2.0.5) (2023-11-10)
210

311
* **android:** Return the Height and Width of selected images along with their paths.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonconsulting/cordova-plugin-telerik-imagepicker",
3-
"version": "2.0.5",
3+
"version": "2.1.0",
44
"cordova_name": "ImagePicker",
55
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
66
"license": "MIT",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="@spoonconsulting/cordova-plugin-telerik-imagepicker"
5-
version="2.0.5">
5+
version="2.1.0">
66

77
<name>ImagePicker</name>
88

0 commit comments

Comments
 (0)