From f45f8006e034cc00a176ca5d2a5a25ca585750e5 Mon Sep 17 00:00:00 2001 From: juandav Date: Thu, 5 Mar 2020 22:18:35 -0500 Subject: [PATCH] chore(release): 1.3.7 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5493b090..93468b0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.7](https://github.com/nest-modules/mailer/compare/v1.3.6...v1.3.7) (2020-03-06) + + +### Bug Fixes + +* fixed build script ([1b5c186](https://github.com/nest-modules/mailer/commit/1b5c186f6277de309529bb10e15bc0a15312771a)) +* update lock file ([fd0e603](https://github.com/nest-modules/mailer/commit/fd0e603fc1e48aba7fc085f112c040bec7163281)) + ### [1.3.6](https://github.com/nest-modules/mailer/compare/v1.3.5...v1.3.6) (2020-02-26) diff --git a/package.json b/package.json index 3872e7b6..781fb063 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nestjs-modules/mailer", - "version": "1.3.6", + "version": "1.3.7", "description": "A mailer module for Nest framework (node.js)", "main": "dist/index.js", "types": "dist/index",