Skip to content

Commit b211ee1

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](4.0.0...4.1.0) (2024-10-20) ### Features * Add ZeptoMail support ([#98](#98)) ([f211b99](f211b99))
1 parent 092eaba commit b211ee1

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [4.1.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/4.0.0...4.1.0) (2024-10-20)
2+
3+
4+
### Features
5+
6+
* 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))
7+
18
# Changelog
29

310
Changelogs are separated by distribution channel for better overview:
@@ -14,4 +21,4 @@ Changelogs are separated by distribution channel for better overview:
1421
[log_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/alpha/changelogs/CHANGELOG_alpha.md
1522
[branch_release]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/release
1623
[branch_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/beta
17-
[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha
24+
[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha

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": "parse-server-api-mail-adapter",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Universal Mail Adapter for Parse Server, supports any email provider REST API, with localization and templates.",
55
"main": "./lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)