Skip to content

Commit d82fd0e

Browse files
authored
Merge pull request #40 from mtrezza/release-2.0.0
release-2.0.0
2 parents 1d99c41 + 5d8696b commit d82fd0e

File tree

2 files changed

+26
-13
lines changed

2 files changed

+26
-13
lines changed

CHANGELOG.md

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,39 @@
22

33
Jump directly to a version:
44

5-
| 1.x |
6-
|------------------------------------|
7-
| [**1.0.7 (latest release)**](#107) |
8-
| [1.0.6](#106) |
9-
| [1.0.5](#105) |
10-
| [1.0.4](#104) |
11-
| [1.0.3](#103) |
12-
| [1.0.2](#102) |
13-
| [1.0.1](#101) |
14-
| [1.0.0](#100) |
5+
| 2.x |
6+
|-----------------------------------|
7+
| [*2.0.0 (latest release)**](#200) |
8+
9+
<details>
10+
<summary>Older versions</summary>
11+
12+
| 1.x |
13+
|-----------------------------------|
14+
| [1.0.7](#107) |
15+
| [1.0.6](#106) |
16+
| [1.0.5](#105) |
17+
| [1.0.4](#104) |
18+
| [1.0.3](#103) |
19+
| [1.0.2](#102) |
20+
| [1.0.1](#101) |
21+
| [1.0.0](#100) |
22+
</details>
1523

1624
# Unreleased (Main Branch)
17-
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.7...master)
25+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/2.0.0...master)
1826

1927
### ⚠️ Breaking Changes
2028
*(none)*
21-
2229
### 🚀 Notable Changes
2330
*(none)*
31+
### 🧬 Other Changes
32+
*(none)*
2433

34+
# 2.0.0
35+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.7...2.0.0)
36+
### ⚠️ Breaking Changes
37+
- Bumped Node.js version requirement to >=12 (Manuel Trezza) [#39](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/39)
2538
### 🧬 Other Changes
2639
- Fixed demo script and README for `mailgun.js` 3.x which requires `form-data` (Stefan Trauth, Manuel Trezza) [#32](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/32)
2740

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.7",
3+
"version": "2.0.0",
44
"description": "Universal Mail Adapter for Parse Server, supports any email provider REST API, with localization and templates.",
55
"main": "./lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)