Skip to content

Commit 4331026

Browse files
committed
chore(release): 8.0.0
1 parent 2471231 commit 4331026

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## [8.0.0](https://github.com/EinfachHans/capacitor-email-composer/compare/V7.0.2...V8.0.0) (2026-01-16)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* Starting with version 8.X, Capacitor 8 is required
7+
8+
### Features
9+
10+
* add capacitor 8 support ([45b7b68](https://github.com/EinfachHans/capacitor-email-composer/commit/45b7b6879f95e49c288a107b8de1e28e905182b1))
11+
* add SPM support ([123737f](https://github.com/EinfachHans/capacitor-email-composer/commit/123737f5619e347070f1887234ec50de5ca44bc3))
12+
13+
14+
### Documentation
15+
16+
* add base64 warning ([#48](https://github.com/EinfachHans/capacitor-email-composer/issues/48)) ([d41c6da](https://github.com/EinfachHans/capacitor-email-composer/commit/d41c6da082c8f7db70e02fcf4e6d73b46c0518e1))
17+
118
## [7.0.2](https://github.com/EinfachHans/capacitor-email-composer/compare/V7.0.1...V7.0.2) (2025-07-16)
219

320

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "capacitor-email-composer",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"description": "E-Mail Composer Plugin for Capacitor",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)