diff --git a/CHANGELOG.md b/CHANGELOG.md index 451477b..1e16b5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.2.0](https://github.com/BrewInteractive/nestjs-notification-module/compare/v0.1.2...v0.2.0) (2024-07-10) + + +### Features + +* Add configuration for email and SMS in notification module ([023955a](https://github.com/BrewInteractive/nestjs-notification-module/commit/023955ad271825a5f3bb5bfcb4d59491427ee395)) + ## [0.1.2](https://github.com/BrewInteractive/nestjs-notification-module/compare/v0.1.1...v0.1.2) (2024-07-10) ## [0.1.1](https://github.com/BrewInteractive/nestjs-notification-module/compare/v0.1.0...v0.1.1) (2024-07-10) diff --git a/package-lock.json b/package-lock.json index c99c384..21be327 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@brewww/nestjs-notification-module", - "version": "0.1.2", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@brewww/nestjs-notification-module", - "version": "0.1.2", + "version": "0.2.0", "license": "UNLICENSED", "dependencies": { "@automapper/classes": "^8.8.1", diff --git a/package.json b/package.json index e42ee03..75f88ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brewww/nestjs-notification-module", - "version": "0.1.2", + "version": "0.2.0", "description": "", "author": "Brew", "license": "UNLICENSED",