Skip to content

Commit 414d5fc

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.6...v2.0.0) (2025-12-08) ### Bug Fixes * **android:** use 'propName = value' assignment syntax in build.gradle files ([4a2f8d4](4a2f8d4)) ### Features * Capacitor 8 support ([ab2fa1b](ab2fa1b)) ### BREAKING CHANGES * Capacitor major version update requires major version update on the plugin.
1 parent 7c08282 commit 414d5fc

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0](https://github.com/ionic-team/capacitor-file-transfer/compare/v1.0.6...v2.0.0) (2025-12-08)
2+
3+
4+
### Bug Fixes
5+
6+
* **android:** use 'propName = value' assignment syntax in build.gradle files ([4a2f8d4](https://github.com/ionic-team/capacitor-file-transfer/commit/4a2f8d445c96b198d0c73e277ca46a94ed175890))
7+
8+
9+
### Features
10+
11+
* Capacitor 8 support ([ab2fa1b](https://github.com/ionic-team/capacitor-file-transfer/commit/ab2fa1bf1712ba784296e62a9722e02b6e48cd30))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* Capacitor major version update requires major version update on the plugin.
17+
118
# [2.0.0-next.4](https://github.com/ionic-team/capacitor-file-transfer/compare/v2.0.0-next.3...v2.0.0-next.4) (2025-11-17)
219

320
* **android:** Update gradle dependencies to latest versions

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