Skip to content

Commit

Permalink
chore(release): 4.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.1.0](4.0.0...4.1.0) (2024-10-20)

### Features

* Add ZeptoMail support ([#98](#98)) ([f211b99](f211b99))
  • Loading branch information
semantic-release-bot committed Oct 20, 2024
1 parent 092eaba commit b211ee1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [4.1.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/4.0.0...4.1.0) (2024-10-20)


### Features

* Add ZeptoMail support ([#98](https://github.com/parse-community/parse-server-api-mail-adapter/issues/98)) ([f211b99](https://github.com/parse-community/parse-server-api-mail-adapter/commit/f211b99a2b53fa476d48991f6dcf9e5bcd9fcc90))

# Changelog

Changelogs are separated by distribution channel for better overview:
Expand All @@ -14,4 +21,4 @@ Changelogs are separated by distribution channel for better overview:
[log_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/alpha/changelogs/CHANGELOG_alpha.md
[branch_release]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/release
[branch_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/beta
[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha
[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha
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": "parse-server-api-mail-adapter",
"version": "4.0.0",
"version": "4.1.0",
"description": "Universal Mail Adapter for Parse Server, supports any email provider REST API, with localization and templates.",
"main": "./lib/index.js",
"repository": {
Expand Down

0 comments on commit b211ee1

Please sign in to comment.