Skip to content

Commit 0416b62

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](2.2.0...3.0.0) (2023-04-29) ### Features * Remove support for Node 12 ([#79](#79)) ([3a480d9](3a480d9)) ### BREAKING CHANGES * Remove support for Node 12. ([3a480d9](3a480d9))
1 parent 5037dbf commit 0416b62

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+
# [3.0.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/2.2.0...3.0.0) (2023-04-29)
2+
3+
4+
### Features
5+
6+
* Remove support for Node 12 ([#79](https://github.com/parse-community/parse-server-api-mail-adapter/issues/79)) ([3a480d9](https://github.com/parse-community/parse-server-api-mail-adapter/commit/3a480d98f58be723945cd78e3eaa18a2062af1ed))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Remove support for Node 12. ([3a480d9](3a480d9))
12+
113
# [2.2.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/2.1.0...2.2.0) (2023-01-24)
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.0.0-beta.1",
3+
"version": "3.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)