Skip to content

Commit 2a89b15

Browse files
chore(release): 5.0.1 [skip ci]
## [5.0.1](5.0.0...5.0.1) (2025-11-18) ### Bug Fixes * Node engine specification missing Node 24 support and incorrectly supports Node 18 ([#109](#109)) ([ba9b91d](ba9b91d))
1 parent ba9b91d commit 2a89b15

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.0.1](https://github.com/parse-community/parse-server-api-mail-adapter/compare/5.0.0...5.0.1) (2025-11-18)
2+
3+
4+
### Bug Fixes
5+
6+
* Node engine specification missing Node 24 support and incorrectly supports Node 18 ([#109](https://github.com/parse-community/parse-server-api-mail-adapter/issues/109)) ([ba9b91d](https://github.com/parse-community/parse-server-api-mail-adapter/commit/ba9b91de8c88521da9dbb89d7a9bd9ec8dc269fe))
7+
18
# [5.0.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/4.1.0...5.0.0) (2025-11-18)
29

310

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": "5.0.0",
3+
"version": "5.0.1",
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)