From a0a3673c00b9a1f24e17d6353cd926fe27569fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yahya=20Mehmet=20Sa=C4=9Fdur?= Date: Wed, 10 Jul 2024 18:26:41 +0300 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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",