diff --git a/CHANGELOG.md b/CHANGELOG.md index ba9488c..e1f9353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 557598d..402aaa4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capawesome/capacitor-file-picker", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@capawesome/capacitor-file-picker", - "version": "0.6.2", + "version": "0.6.3", "funding": [ { "type": "github", diff --git a/package.json b/package.json index 358acd2..7f63e47 100644 --- a/package.json +++ b/package.json @@ -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",