Skip to content

Commit 2e02411

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2025-08-22) ### Bug Fixes * export package.json to fix cap sync issues ([#11](#11)) ([bb9b222](bb9b222))
1 parent bb9b222 commit 2e02411

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.4](https://github.com/ionic-team/capacitor-file-viewer/compare/v1.0.3...v1.0.4) (2025-08-22)
2+
3+
4+
### Bug Fixes
5+
6+
* export package.json to fix cap sync issues ([#11](https://github.com/ionic-team/capacitor-file-viewer/issues/11)) ([bb9b222](https://github.com/ionic-team/capacitor-file-viewer/commit/bb9b2221abaaa3ea9aee8e81ce913df45146967b))
7+
18
# Change Log
29

310
All notable changes to this project will be documented in this file.

packages/capacitor-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/file-viewer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The FileViewer API provides mechanisms for opening files and previewing media. Not available on web.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)