Skip to content

Commit 718b031

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 ([#17](#17)) ([ffc46f0](ffc46f0))
1 parent ffc46f0 commit 718b031

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.4](https://github.com/ionic-team/capacitor-file-transfer/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 ([#17](https://github.com/ionic-team/capacitor-file-transfer/issues/17)) ([ffc46f0](https://github.com/ionic-team/capacitor-file-transfer/commit/ffc46f0b8713e042e8772b2246729c363055d099))
7+
18
# Change Log
29

310
All notable changes to this project will be documented in this file.
@@ -28,4 +35,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
2835

2936
### Features
3037

31-
- Implement plugin methods: `downloadFile` and `uploadFile`.
38+
- Implement plugin methods: `downloadFile` and `uploadFile`.

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-transfer",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "The FileTransfer API provides mechanisms for downloading and uploading files.",
55
"main": "./dist/plugin.cjs",
66
"module": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)