Skip to content

Commit e2a2a13

Browse files
chore(release): 2.0.0-next.1 [skip ci]
# [2.0.0-next.1](v1.0.5...v2.0.0-next.1) (2025-09-09) ### Features * Capacitor 8 support ([ab2fa1b](ab2fa1b)) ### BREAKING CHANGES * Capacitor major version update requires major version update on the plugin.
1 parent ab2fa1b commit e2a2a13

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0-next.1](https://github.com/ionic-team/capacitor-file-transfer/compare/v1.0.5...v2.0.0-next.1) (2025-09-09)
2+
3+
4+
### Features
5+
6+
* Capacitor 8 support ([ab2fa1b](https://github.com/ionic-team/capacitor-file-transfer/commit/ab2fa1bf1712ba784296e62a9722e02b6e48cd30))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Capacitor major version update requires major version update on the plugin.
12+
113
## [1.0.5](https://github.com/ionic-team/capacitor-file-transfer/compare/v1.0.4...v1.0.5) (2025-08-29)
214

315

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