Skip to content

Commit

Permalink
chore(release): 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed May 8, 2020
1 parent a1fac68 commit 19e82fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.4.3](https://github.com/nest-modules/mailer/compare/v1.4.2...v1.4.3) (2020-05-08)


### Bug Fixes

* **adapters:** Make pug, handlebars and ejs truly optional dependencies ([981c6cf](https://github.com/nest-modules/mailer/commit/981c6cff9105b636bf60b4139681df557d2cf21c))
* **deps:** update dependency twing to v4.0.6 ([090ee3f](https://github.com/nest-modules/mailer/commit/090ee3fc916a1d846fe72c0834ec121dd7041cb7))
* **deps:** update nest monorepo to v7.0.8 ([04268b1](https://github.com/nest-modules/mailer/commit/04268b119ce03aa5587c948135fbcd14bd5f336d))
* **deps:** update nest monorepo to v7.0.9 ([3daf8d2](https://github.com/nest-modules/mailer/commit/3daf8d2565a0669ba8cf0243fb01e0e5a34af7aa))

### [1.4.2](https://github.com/nest-modules/mailer/compare/v1.4.1...v1.4.2) (2020-04-07)

* fix handlebars adapter type
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestjs-modules/mailer",
"version": "1.4.2",
"version": "1.4.3",
"private": false,
"description": "NestJS - a mailer module (@mailer)",
"keywords": [
Expand Down

0 comments on commit 19e82fa

Please sign in to comment.