Skip to content

Commit d21e683

Browse files
chore(release): 1.0.8 [skip ci]
## [1.0.8](v1.0.7...v1.0.8) (2025-12-22) ### Bug Fixes * **android:** correct upload response by removing gzip encoding ([#45](#45)) ([12b9631](12b9631))
1 parent 12b9631 commit d21e683

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.8](https://github.com/ionic-team/capacitor-file-transfer/compare/v1.0.7...v1.0.8) (2025-12-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** correct upload response by removing gzip encoding ([#45](https://github.com/ionic-team/capacitor-file-transfer/issues/45)) ([12b9631](https://github.com/ionic-team/capacitor-file-transfer/commit/12b9631850483760b8321a12afdcd48e63d3e179))
7+
18
## [1.0.7](https://github.com/ionic-team/capacitor-file-transfer/compare/v1.0.6...v1.0.7) (2025-12-16)
29

310

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.7",
3+
"version": "1.0.8",
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)