Skip to content

Commit

Permalink
Merge pull request #8 from mtrezza/release-1.0.2
Browse files Browse the repository at this point in the history
release 1.0.2
  • Loading branch information
mtrezza authored Jan 14, 2021
2 parents d0066ec + 98c90bb commit 00769e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Changelog

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

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

### 🧬 Improvements
- Added locale to placeholder callback. [#6](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/6). Thanks to [mtrezza](https://github.com/mtrezza).
- 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).

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

### 🐛 Fixes
- 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).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parse-server-api-mail-adapter",
"version": "1.0.1",
"version": "1.0.2",
"description": "API Mail Adapter for Parse Server",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit 00769e2

Please sign in to comment.