Skip to content

Commit 4a6b4d9

Browse files
committed
chore(release): v0.1.0
1 parent fa592d7 commit 4a6b4d9

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Changelog
22

3+
## v0.1.0
4+
5+
[compare changes](https://github.com/unproducts/unmail/compare/v0.0.6...v0.1.0)
6+
7+
### 💅 Refactors
8+
9+
- Class based to closure based system for driver impl ([70e4148](https://github.com/unproducts/unmail/commit/70e4148))
10+
- ⚠️ Resend ([2be6dd3](https://github.com/unproducts/unmail/commit/2be6dd3))
11+
- ⚠️ Postmark ([c48b4d0](https://github.com/unproducts/unmail/commit/c48b4d0))
12+
- ⚠️ Mocker ([562f0d9](https://github.com/unproducts/unmail/commit/562f0d9))
13+
- ⚠️ Mailersend ([f8aa8c4](https://github.com/unproducts/unmail/commit/f8aa8c4))
14+
- ⚠️ Mailchimp ([86f03cf](https://github.com/unproducts/unmail/commit/86f03cf))
15+
- ⚠️ Mailjet ([a5aa083](https://github.com/unproducts/unmail/commit/a5aa083))
16+
- ⚠️ Sendgrid ([dd17c4e](https://github.com/unproducts/unmail/commit/dd17c4e))
17+
- ⚠️ Simplified structure ([fa592d7](https://github.com/unproducts/unmail/commit/fa592d7))
18+
19+
### 🏡 Chore
20+
21+
- Prettier format ([a7a0eb1](https://github.com/unproducts/unmail/commit/a7a0eb1))
22+
23+
#### ⚠️ Breaking Changes
24+
25+
- ⚠️ Resend ([2be6dd3](https://github.com/unproducts/unmail/commit/2be6dd3))
26+
- ⚠️ Postmark ([c48b4d0](https://github.com/unproducts/unmail/commit/c48b4d0))
27+
- ⚠️ Mocker ([562f0d9](https://github.com/unproducts/unmail/commit/562f0d9))
28+
- ⚠️ Mailersend ([f8aa8c4](https://github.com/unproducts/unmail/commit/f8aa8c4))
29+
- ⚠️ Mailchimp ([86f03cf](https://github.com/unproducts/unmail/commit/86f03cf))
30+
- ⚠️ Mailjet ([a5aa083](https://github.com/unproducts/unmail/commit/a5aa083))
31+
- ⚠️ Sendgrid ([dd17c4e](https://github.com/unproducts/unmail/commit/dd17c4e))
32+
- ⚠️ Simplified structure ([fa592d7](https://github.com/unproducts/unmail/commit/fa592d7))
33+
34+
### ❤️ Contributors
35+
36+
- Amandesai01 <amandesai01@gmail.com>
37+
338
## v0.0.6
439

540
[compare changes](https://github.com/unproducts/unmail/compare/v0.0.5...v0.0.6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@unproducts/unmail",
3-
"version": "0.0.6",
3+
"version": "0.1.0",
44
"description": "Unified email API for sending transactional emails across 10+ providers.",
55
"repository": "unproducts/unmail",
66
"license": "MIT",

0 commit comments

Comments
 (0)