Skip to content

Commit

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


### Bug Fixes

* don't use fixed peer dependency ([424e0ab](https://github.com/EinfachHans/capacitor-email-composer/commit/424e0ab3b1d8f0f08df43a4b86bbd791216fd989)), closes [#25](https://github.com/EinfachHans/capacitor-email-composer/issues/25)

## [2.0.0](https://github.com/EinfachHans/capacitor-email-composer/compare/V1.2.1...V2.0.0) (2023-05-14)


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.0",
"version": "2.0.1",
"description": "E-Mail Composer Plugin for Capacitor",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit 417aadd

Please sign in to comment.