Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachHans committed May 14, 2023
1 parent 9de9296 commit ab81e7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [2.0.0](https://github.com/EinfachHans/capacitor-email-composer/compare/V1.2.1...V2.0.0) (2023-05-14)


### ⚠ BREAKING CHANGES

* Starting by this version only Capacitor 5 is supported

### Features

* update to Capacitor 5 ([28e28bc](https://github.com/EinfachHans/capacitor-email-composer/commit/28e28bcbdca5599f9e02f9866e5e64d713631373))

### [1.2.1](https://github.com/EinfachHans/capacitor-email-composer/compare/V1.2.0...V1.2.1) (2022-09-06)


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": "1.2.1",
"version": "2.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 ab81e7f

Please sign in to comment.