Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetsagdur committed Jul 10, 2024
1 parent 10c8dc4 commit e488917
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@


## 0.1.0 (2024-07-10)


### Features

* add email providers for aws, sendgrid, smtp and sms providers for mutlucell with tests ([c60040e](https://github.com/BrewInteractive/nestjs-notification-module/commit/c60040ecaebad186a0b258b9551e94fae5656209))
* add EmailModule, SmsModule with dynamic factory options ([808a713](https://github.com/BrewInteractive/nestjs-notification-module/commit/808a71346995f0870d8bf7bbcb15eb4a0643df4d))
* add EmailService, SmsService ([3faa3cb](https://github.com/BrewInteractive/nestjs-notification-module/commit/3faa3cb3dcb8ef8c46b5af210c3de94afd3a2abe))
* add sendSms and sendEmail for notification service with tests ([dfd2856](https://github.com/BrewInteractive/nestjs-notification-module/commit/dfd285638c02439360e14d27ec054acc10043916))
* setup notification project ([feff6fa](https://github.com/BrewInteractive/nestjs-notification-module/commit/feff6fa22d005ad091cdf4dfeda3ea6b21a2bde6))
* Update environment variable descriptions in README.md ([10c8dc4](https://github.com/BrewInteractive/nestjs-notification-module/commit/10c8dc40231cabe9f7081ba67767c7cc7f7cf2dc))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brewww/nestjs-notification-module",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"author": "Brew",
"private": true,
Expand Down

0 comments on commit e488917

Please sign in to comment.