Skip to content

Commit 8e3ce4f

Browse files
authored
Merge pull request #4 from mtrezza/release-1.0.1
release 1.0.1
2 parents 3961515 + 69a9862 commit 8e3ce4f

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

CHANGELOG.md

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

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

6-
- FIX: 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)
7-
- NEW: Added locale to API callback. [#2](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/2). Thanks to [mtrezza](https://github.com/mtrezza)
6+
# 1.0.1
7+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.0...1.0.1)
8+
### 🐛 Fixes
9+
- 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)
810

9-
### 1.0.0
10-
- NEW: Initial commit.
11+
### 🧬 Improvements
12+
- Added locale to API callback. [#2](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/2). Thanks to [mtrezza](https://github.com/mtrezza)
13+
- Added badges to readme. [#3](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/3). Thanks to [mtrezza](https://github.com/mtrezza)
14+
15+
# 1.0.0
16+
- Initial commit.

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

0 commit comments

Comments
 (0)