Skip to content

Commit 00769e2

Browse files
authored
Merge pull request #8 from mtrezza/release-1.0.2
release 1.0.2
2 parents d0066ec + 98c90bb commit 00769e2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

33
# main
4-
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.1...master)
4+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.2...master)
5+
6+
# 1.0.2
7+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.1...1.0.2)
58

69
### 🧬 Improvements
710
- Added locale to placeholder callback. [#6](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/6). Thanks to [mtrezza](https://github.com/mtrezza).
811
- Added current placeholders to placeholder callback. [#7](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/7). Thanks to [mtrezza](https://github.com/mtrezza).
912

1013
# 1.0.1
1114
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.0...1.0.1)
15+
1216
### 🐛 Fixes
1317
- Removed unused config parameter from docs. [#1](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/1). Thanks to [mtrezza](https://github.com/mtrezza).
1418

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": "1.0.1",
3+
"version": "1.0.2",
44
"description": "API Mail Adapter for Parse Server",
55
"main": "./lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)