diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bd3f8ea --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package-lock.json b/package-lock.json index 0da28f7..d84856e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@brewww/nestjs-notification-module", - "version": "0.0.1", + "version": "0.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@brewww/nestjs-notification-module", - "version": "0.0.1", + "version": "0.1.0", "license": "UNLICENSED", "dependencies": { "@automapper/classes": "^8.8.1", diff --git a/package.json b/package.json index 66c533b..e540e87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brewww/nestjs-notification-module", - "version": "0.0.1", + "version": "0.1.0", "description": "", "author": "Brew", "private": true,