Skip to content

Commit

Permalink
chore(release): 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachHans committed Feb 10, 2024
1 parent ec6db2b commit de6af83
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## [5.0.0](https://github.com/EinfachHans/capacitor-email-composer/compare/V4.0.0...V5.0.0) (2024-02-10)


### ⚠ BREAKING CHANGES

* Match Capacitor version strategy

### Features

* Match Capacitor version strategy ([be6a348](https://github.com/EinfachHans/capacitor-email-composer/commit/be6a3486016a93b3835a78fcca7d08ac2011cbce))


### Bug Fixes

* **android:** replace `jcenter` with `mavenCentral` ([3c37d74](https://github.com/EinfachHans/capacitor-email-composer/commit/3c37d740307c0abb9d6a069d55254e698c392ead)), closes [#28](https://github.com/EinfachHans/capacitor-email-composer/issues/28)


### Documentation

* add TransactionTooLargeException ([4781018](https://github.com/EinfachHans/capacitor-email-composer/commit/47810182b9c42b346a6c291ef26b56dce6a6f745)), closes [#19](https://github.com/EinfachHans/capacitor-email-composer/issues/19)


### Code Refactoring

* add `HasAccountResult` interface ([fbc014e](https://github.com/EinfachHans/capacitor-email-composer/commit/fbc014eaddd72eff0744f3eeb98a8830b2f1f05f))

## [2.0.1](https://github.com/EinfachHans/capacitor-email-composer/compare/V2.0.0...V2.0.1) (2023-05-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "capacitor-email-composer",
"version": "2.0.1",
"version": "5.0.0",
"description": "E-Mail Composer Plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit de6af83

Please sign in to comment.