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

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.3](https://github.com/capawesome-team/capacitor-file-picker/compare/v0.6.2...v0.6.3) (2023-03-31)


### Features

* **ios:** add `pickerDismissed` listener ([#93](https://github.com/capawesome-team/capacitor-file-picker/issues/93)) ([85c1d5f](https://github.com/capawesome-team/capacitor-file-picker/commit/85c1d5fba0b7a0f4c86b5db37825862f48563ee3))

### [0.6.2](https://github.com/capawesome-team/capacitor-file-picker/compare/v0.6.1...v0.6.2) (2023-03-01)


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.2",
"version": "0.6.3",
"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 f3c352a

Please sign in to comment.