Skip to content

Commit

Permalink
Merge pull request #18 from spoonconsulting/change-version
Browse files Browse the repository at this point in the history
Specify breaking change in changelog
  • Loading branch information
parveshneedhoo authored Nov 23, 2023
2 parents 2ec7de0 + 365f0e4 commit 98d56d9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOD.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@spoonconsulting/cordova-plugin-telerik-imagepicker"
version="2.0.5">
version="2.1.0">

<name>ImagePicker</name>

Expand Down

0 comments on commit 98d56d9

Please sign in to comment.