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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Feb 12, 2023
1 parent da86d97 commit bcb12f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.1](https://github.com/capawesome-team/capacitor-file-picker/compare/v0.6.0...v0.6.1) (2023-02-12)


### Bug Fixes

* **ios:** `convertHeicToJpeg` deleted the source file ([da86d97](https://github.com/capawesome-team/capacitor-file-picker/commit/da86d97c7dca9782387a4bbdc3fe7aa7f79e03e3))
* **ios:** picked files were renamed ([b55817b](https://github.com/capawesome-team/capacitor-file-picker/commit/b55817b7c025c3b086bea9d049052a351954c80e))

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


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.6.0",
"version": "0.6.1",
"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 bcb12f8

Please sign in to comment.