Skip to content

Commit b6de4f2

Browse files
authored
Merge pull request #22 from mtrezza/release-1.0.5
Release 1.0.5
2 parents b6f272a + f60b6ab commit b6de4f2

File tree

3 files changed

+29
-20
lines changed

3 files changed

+29
-20
lines changed

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
# Changelog
22

33
# main
4-
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.4...master)
4+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.5...master)
55

6-
### Breaking Changes
6+
# 1.0.5
7+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.4...1.0.5)
8+
9+
### ⚠️ Breaking Changes
710
*(none)*
811

9-
### Notable Changes
12+
### 🚀 Notable Changes
1013
*(none)*
1114

12-
### Other Changes
15+
### 🧬 Other Changes
1316
- Fixes undefined `user` in `localeCallback` when sending email via `Parse.Cloud.sendEmail()` (wlky, Manuel Trezza) [#18](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/18)
1417

1518
# 1.0.4

package-lock.json

Lines changed: 19 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-server-api-mail-adapter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "API Mail Adapter for Parse Server",
55
"main": "./lib/index.js",
66
"repository": {
@@ -34,8 +34,8 @@
3434
"@babel/preset-env": "7.13.10",
3535
"codecov": "3.8.1",
3636
"babel-eslint": "10.1.0",
37-
"eslint": "7.21.0",
38-
"eslint-plugin-flowtype": "5.3.1",
37+
"eslint": "7.22.0",
38+
"eslint-plugin-flowtype": "5.4.0",
3939
"jasmine": "3.6.4",
4040
"nyc": "15.1.0",
4141
"mailgun.js": "3.2.1"

0 commit comments

Comments
 (0)