Skip to content

Commit 63d3e91

Browse files
chore(release): 2.2.0 [skip ci]
# [2.2.0](parse-community/parse-server-api-mail-adapter@2.1.0...2.2.0) (2023-01-24) ### Bug Fixes * bump nanoid from 3.1.29 to 3.2.0 ([parse-community#56](parse-community#56)) ([76a374b](parse-community@76a374b)) * bump trim-off-newlines from 1.0.1 to 1.0.3 ([parse-community#57](parse-community#57)) ([794cfb6](parse-community@794cfb6)) * security upgrade minimist from 1.2.5 to 1.2.6 ([parse-community#59](parse-community#59)) ([1a5253f](parse-community@1a5253f)) * security upgrade node-fetch from 2.6.1 to 2.6.7 ([parse-community#60](parse-community#60)) ([576d336](parse-community@576d336)) * security upgrade semver-regex from 3.1.3 to 3.1.4 ([parse-community#62](parse-community#62)) ([4db06d2](parse-community@4db06d2)) ### Features * add AWS SES payload adapter ([parse-community#65](parse-community#65)) ([4ecc4c9](parse-community@4ecc4c9))
1 parent faebb61 commit 63d3e91

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

changelogs/CHANGELOG_release.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [2.2.0](https://github.com/parse-community/parse-server-api-mail-adapter/compare/2.1.0...2.2.0) (2023-01-24)
2+
3+
4+
### Bug Fixes
5+
6+
* bump nanoid from 3.1.29 to 3.2.0 ([#56](https://github.com/parse-community/parse-server-api-mail-adapter/issues/56)) ([76a374b](https://github.com/parse-community/parse-server-api-mail-adapter/commit/76a374b52100e1ce05823300da8a2df21d64ac6c))
7+
* bump trim-off-newlines from 1.0.1 to 1.0.3 ([#57](https://github.com/parse-community/parse-server-api-mail-adapter/issues/57)) ([794cfb6](https://github.com/parse-community/parse-server-api-mail-adapter/commit/794cfb642678ac83b22c2c666eb9e109cc84e0df))
8+
* security upgrade minimist from 1.2.5 to 1.2.6 ([#59](https://github.com/parse-community/parse-server-api-mail-adapter/issues/59)) ([1a5253f](https://github.com/parse-community/parse-server-api-mail-adapter/commit/1a5253fd81d763c7f123fa14d788edbc83e04027))
9+
* security upgrade node-fetch from 2.6.1 to 2.6.7 ([#60](https://github.com/parse-community/parse-server-api-mail-adapter/issues/60)) ([576d336](https://github.com/parse-community/parse-server-api-mail-adapter/commit/576d3365c296adfb0ccd5706d56fae6477f1946c))
10+
* security upgrade semver-regex from 3.1.3 to 3.1.4 ([#62](https://github.com/parse-community/parse-server-api-mail-adapter/issues/62)) ([4db06d2](https://github.com/parse-community/parse-server-api-mail-adapter/commit/4db06d218f5b4358701c8f8601a271f2da650ca1))
11+
12+
### Features
13+
14+
* add AWS SES payload adapter ([#65](https://github.com/parse-community/parse-server-api-mail-adapter/issues/65)) ([4ecc4c9](https://github.com/parse-community/parse-server-api-mail-adapter/commit/4ecc4c9a119fbfcfd658dc7b73e28acaceba9c67))
15+
116
# [2.1.0](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/2.0.0...2.1.0) (2021-10-09)
217

318

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": "2.1.0-beta.2",
3+
"version": "2.2.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)