Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Feb 10, 2023
1 parent aa34d9a commit f4c7d50
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [0.6.0](https://github.com/capawesome-team/capacitor-file-picker/compare/v0.5.10...v0.6.0) (2023-02-10)


### ⚠ BREAKING CHANGES

* **ios:** `duration` is now returned in seconds and no longer in milliseconds.

### Features

* **ios:** add method `convertHeicToJpeg` ([#89](https://github.com/capawesome-team/capacitor-file-picker/issues/89)) ([aa34d9a](https://github.com/capawesome-team/capacitor-file-picker/commit/aa34d9acad2f414c6eb5297b4f60202e69f97cad))


### Bug Fixes

* **ios:** invalid values for `duration` ([#88](https://github.com/capawesome-team/capacitor-file-picker/issues/88)) ([0467a1d](https://github.com/capawesome-team/capacitor-file-picker/commit/0467a1d9918d8e6a07df7deba651992dda064458))

### [0.5.10](https://github.com/capawesome-team/capacitor-file-picker/compare/v0.5.9...v0.5.10) (2023-02-07)


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": "@capawesome/capacitor-file-picker",
"version": "0.5.10",
"version": "0.6.0",
"description": "Capacitor plugin that allows the user to select a file.",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit f4c7d50

Please sign in to comment.