Skip to content

Commit

Permalink
chore(release): 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juandav committed Feb 25, 2020
1 parent a3d336a commit 0a0eec5
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 18 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.4](https://github.com/nest-modules/mailer/compare/v1.2.0...v1.3.4) (2020-02-25)


### Features

* enable handlebars partials ([da4eb86](https://github.com/nest-modules/mailer/commit/da4eb86e7fc2546fd2ef2aff5b7824f97380a928))


### Bug Fixes

* badges now have a correct url ([a3d336a](https://github.com/nest-modules/mailer/commit/a3d336a54f3d0a447713fc7525de156e38635158))
* load partials and set global variables ([ee62f27](https://github.com/nest-modules/mailer/commit/ee62f27aaf2323e29fe56c7701c4878c21dc5719))

### 1.3.3

* The module is in a new organization at npm.
Expand Down
47 changes: 30 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.3",
"version": "1.3.4",
"description": "A mailer module for Nest framework (node.js)",
"main": "dist/index.js",
"types": "dist/index",
Expand Down

0 comments on commit 0a0eec5

Please sign in to comment.