Skip to content

Commit 91390d3

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](3.1.1...4.0.0) (2024-07-12) ### Features * Add support for Node 20, 22; remove support for Node 14, 16 ([#94](#94)) ([cfec252](cfec252)) ### BREAKING CHANGES * Removes support for Node 14, 16. ([cfec252](cfec252))
1 parent cfec252 commit 91390d3

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

changelogs/CHANGELOG_release.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [4.0.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/3.1.1...4.0.0) (2024-07-12)
2+
3+
4+
### Features
5+
6+
* Add support for Node 20, 22; remove support for Node 14, 16 ([#94](https://github.com/parse-community/parse-server-api-mail-adapter/issues/94)) ([cfec252](https://github.com/parse-community/parse-server-api-mail-adapter/commit/cfec2527aa56484251870658c621d99a8d281de5))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Removes support for Node 14, 16. ([cfec252](cfec252))
12+
113
## [3.1.1](https://github.com/parse-community/parse-server-api-mail-adapter/compare/3.1.0...3.1.1) (2023-10-18)
214

315

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server-api-mail-adapter",
3-
"version": "3.1.1",
3+
"version": "4.0.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)