From 13aead3521e6fe6a83703f2baf849ee5dde22c6b Mon Sep 17 00:00:00 2001 From: juandav Date: Sat, 4 Apr 2020 09:23:58 -0500 Subject: [PATCH] chore(release): 1.3.19 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8959a35f7..d3d06c132 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.3.19](https://github.com/nest-modules/mailer/compare/v1.3.18...v1.3.19) (2020-04-04) + + +### Bug Fixes + +* build ([24d0598](https://github.com/nest-modules/mailer/commit/24d0598c2447887caad9573d78bad58d65b0f8da)) + ### [1.3.18](https://github.com/nest-modules/mailer/compare/v1.3.17...v1.3.18) (2020-04-04) diff --git a/package.json b/package.json index 117ed3bbc..6fba7588c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-modules/mailer", - "version": "1.3.18", + "version": "1.3.19", "description": "NestJS - a mailer module (@mailer)", "author": "Nest Modules TM", "private": false,