Skip to content

Commit 7f56b7f

Browse files
authored
Merge pull request #12 from mtrezza/release-1.0.3
release 1.0.3
2 parents 3371329 + 0ea7018 commit 7f56b7f

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog
22

33
# main
4-
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.2...master)
4+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.3...master)
5+
6+
# 1.0.3
7+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.2...1.0.3)
8+
9+
### 🐛 Fixes
10+
- Added missing release script invocation when publishing package to npm. [#11](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/11). Thanks to [mtrezza](https://github.com/mtrezza).
511

612
# 1.0.2
713
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.1...1.0.2)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 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.2",
3+
"version": "1.0.3",
44
"description": "API Mail Adapter for Parse Server",
55
"main": "./lib/index.js",
66
"scripts": {
@@ -52,6 +52,6 @@
5252
"mailgun.js": "2.0.6"
5353
},
5454
"engines": {
55-
"node": "^14"
55+
"node": ">=8"
5656
}
5757
}

0 commit comments

Comments
 (0)