From 08307bf6e60dfa28a39e9c0c53a85e53cd168435 Mon Sep 17 00:00:00 2001 From: Alex Ryltsov Date: Thu, 22 Dec 2022 16:12:53 +0200 Subject: [PATCH] chore: release 1.0.4 --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b91e29d..5505d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [v1.0.4](https://github.com/capacitor-community/file-opener/compare/v1.0.3...v1.0.4) (2022-12-22) + ### Chores + * Support Node 14 ([#24](https://github.com/capacitor-community/file-opener/pull/24)) and ([#25](https://github.com/capacitor-community/file-opener/pull/25)), ([33b0d93](https://github.com/capacitor-community/file-opener/commit/33b0d931e515aa2f2901b277fd5d529f8f14bd55)), closes [#23](https://github.com/capacitor-community/file-opener/issues/23) + ## [v1.0.3](https://github.com/capacitor-community/file-opener/compare/v1.0.2...v1.0.3) (2022-11-01) ### Bug Fixes * ShareSheet do not open on iPad when openWithDefault: false ([#15](https://github.com/capacitor-community/file-opener/pull/15)), ([b07ca8e](https://github.com/capacitor-community/file-opener/commit/b07ca8ebf390c2307d9794279c04405cf96a5d29)), closes [#13](https://github.com/capacitor-community/file-opener/issues/13) diff --git a/package-lock.json b/package-lock.json index 2de8992..b35ebc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@capacitor-community/file-opener", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@capacitor-community/file-opener", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { "@capacitor/android": "^4.4.0", diff --git a/package.json b/package.json index 624524e..5ec76b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@capacitor-community/file-opener", - "version": "1.0.3", + "version": "1.0.4", "description": "Capacitor File Opener. The plugin is able to open a file given the mimeType and the file uri.", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js",